Changed default title bar format to host.name - PuTTY
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Mon, 20 Sep 1999 15:58:50 +0000 (15:58 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Mon, 20 Sep 1999 15:58:50 +0000 (15:58 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@221 cda61777-01e9-0310-a592-d414129be87e

window.c

index e8c4515..d3ab4df 100644 (file)
--- a/window.c
+++ b/window.c
@@ -267,7 +267,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
            return 0;
        }
        window_name = icon_name = NULL;
-       sprintf(msg, "PuTTY: %s", realhost);
+       sprintf(msg, "%s - PuTTY", realhost);
        set_title (msg);
        set_icon (msg);
     }