Changeset 376 for cafu/trunk
- Timestamp:
- 09/11/11 18:41:15 (8 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/ParentFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/ParentFrame.cpp
r359 r376 707 707 wxString FileName =m_FileHistory.GetHistoryFile(CE.GetId()-wxID_FILE1); 708 708 GameConfigT* GameConfig=AskUserForGameConfig(wxFileName(FileName)); 709 710 // If the user cancelled the "select game configuration" dialog, 711 // don't remove the file from the file history. 712 if (!GameConfig) break; 709 713 710 714 // We remove the file from the file history beforehand.
