Ignore:
Timestamp:
04/26/2009 05:03:05 PM (3 years ago)
Author:
guyru
Message:

Portable Edition 1.9 Preparations.

Removed SQLite support. Fixed configuration file path. Add new MSVC
configuration for the portable edition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MainFrame.cpp

    r186 r191  
    8686                } 
    8787        #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(); 
    8991        #endif 
    9092 
Note: See TracChangeset for help on using the changeset viewer.