Aha, _that's_ why the icon title didn't work properly in pterm:
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Apr 2003 13:55:47 +0000 (13:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 26 Apr 2003 13:55:47 +0000 (13:55 +0000)
commit6e785e0ce5014f3b021af1116145117b5c6fc9fe
treec2d9b01013c6e55a4480783e348395fb1862dd0b
parent931e13e1ca9d5f3d65bda5bc8cfcb83386baddc2
Aha, _that's_ why the icon title didn't work properly in pterm:
gtk_window_set_title() overwrote both titles at once. Icon title is
now working properly under X, and since X was the reason for the
whole icon/window title separation _anyway_ they default to being
separate.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3144 cda61777-01e9-0310-a592-d414129be87e
unix/pterm.c