- Timestamp:
- 09/02/11 04:27:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/tools/atlas/AtlasUI/ScenarioEditor/ScenarioEditor.cpp
r10159 r10168 22 22 #include "wx/busyinfo.h" 23 23 #include "wx/config.h" 24 #include "wx/dir.h" 24 25 #include "wx/evtloop.h" 25 26 #include "wx/ffile.h" 26 27 #include "wx/filename.h" 27 28 #include "wx/image.h" 29 #include "wx/sysopt.h" 28 30 #include "wx/tooltip.h" 29 #include "wx/dir.h"30 31 31 32 #include "General/AtlasEventLoop.h" … … 361 362 wxImage::AddHandler(new wxICOHandler); 362 363 364 /* "osx.openfiledialog.always-show-types: Per default a wxFileDialog with wxFD_OPEN 365 does not show a types-popup on OSX but allows the selection of files from any of 366 the supported types. Setting this to 1 shows a wxChoice for selection (if there 367 is more than one supported filetype)." */ 368 wxSystemOptions::SetOption(_T("osx.openfiledialog.always-show-types"), 1); // has global effect 369 363 370 // wxLog::SetTraceMask(wxTraceMessages); 364 371
Note:
See TracChangeset
for help on using the changeset viewer.
