Changeset 191 for trunk/src/MainFrame.cpp
- Timestamp:
- 04/26/2009 05:03:05 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r186 r191 86 86 } 87 87 #else 88 wxString config_file = wxStandardPaths::Get().GetExecutablePath() + wxT("/openyahtzee.dat"); 88 wxFileName tmp_config_file(wxStandardPaths::Get().GetExecutablePath()); 89 tmp_config_file.SetFullName(wxT("openyahtzee.dat")); 90 wxString config_file = tmp_config_file.GetFullPath(); 89 91 #endif 90 92
Note: See TracChangeset
for help on using the changeset viewer.
