mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
Changed default title bar format to host.name - PuTTY
[originally from svn r221]
This commit is contained in:
parent
b3efa01293
commit
27acfb1639
2
window.c
2
window.c
@ -267,7 +267,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
window_name = icon_name = NULL;
|
window_name = icon_name = NULL;
|
||||||
sprintf(msg, "PuTTY: %s", realhost);
|
sprintf(msg, "%s - PuTTY", realhost);
|
||||||
set_title (msg);
|
set_title (msg);
|
||||||
set_icon (msg);
|
set_icon (msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user