]> git.xonotic.org Git - xonotic/netradiant.git/commit
Fixing the native Windows file dialog in Rametter-temp-fixes branch
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Thu, 16 Dec 2010 07:08:00 +0000 (07:08 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Thu, 16 Dec 2010 07:08:00 +0000 (07:08 +0000)
commitd80b481f3c141797fd970bf527dca4ad4ec564ad
tree5d81a9a145624e24e396b85537f30eed26791dbb
parent7a5d8a111c3725605cfc92ae6e79dd0c7a45e232
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/Rambetter-temp-fixes@351 8a3a26a2-13c4-0310-b231-cf6edde360e5
radiant/gtkmisc.cpp