]> git.xonotic.org Git - xonotic/netradiant.git/commit
Another Windows file dialog change in Rambetter-temp-fixes branch.
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Sun, 19 Dec 2010 01:08:29 +0000 (01:08 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Sun, 19 Dec 2010 01:08:29 +0000 (01:08 +0000)
commit541a4fda890c9b47f6e8990034271a7c74586740
tree7f1c908c3bf98fd59f601663801f8c799fe8a942
parent6a023763c86da82da339d52dbb6d41b0bc9f5b13
Another Windows file dialog change in Rambetter-temp-fixes branch.
Handling file extensions better during save operations.  This is more
Windows-compliant.  For example, when saving map:
- If ".xmap" filter is selected and user types "foo.map", map will be
saved as "foo.map" (previous behavior was "foo.xmap").
- If an unrecognized file extension is typed, GtkRadiant will now honor that
but issue a warning popup window: "Unknown file extension for this save
operation.  Attempt to save anyways?".  All known extensions for the type
are checked.  Previous behavior was that the extension is always changed
based on selected filter.

I will continue making lots of incremental fixes to Rambetter-temp-fixes.

THIS PATCH SHOULD BE MERGED INTO TRUNK.

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/Rambetter-temp-fixes@353 8a3a26a2-13c4-0310-b231-cf6edde360e5
radiant/gtkmisc.cpp