]> git.xonotic.org Git - xonotic/netradiant.git/commit
Fixing the native Windows file dialog in Rametter-temp-fixes branch
authorrambetter <rambetter>
Thu, 16 Dec 2010 07:08:00 +0000 (07:08 +0000)
committerrambetter <rambetter>
Thu, 16 Dec 2010 07:08:00 +0000 (07:08 +0000)
commitf482df40a1c1e26f17734fd52e757314020650c0
tree5d81a9a145624e24e396b85537f30eed26791dbb
parent1f99ab9e8117ed0772e58360c8b459961cbb0576
Fixing the native Windows file dialog in Rametter-temp-fixes branch
of GtkRadiant.  The previous code was Plain Old Wrong (TM) in the way that
it handled determining which "Save as type" was selected in the file save
dialog.  This change affects the function file_dialog() in gtkmisc.cpp.
Fix has been tested on Windows 7 when the pattern input parameter is something
such as "map" and when it's null.  Will test Windows XP shortly and follow
up with another commit if it's not working correctly there.

THIS COMMIT SHOULD BE MERGED INTO TRUNK AT SOME POINT!!!

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/Rambetter-temp-fixes@351 8a3a26a2-13c4-0310-b231-cf6edde360e5
radiant/gtkmisc.cpp