Changeset 158 for trunk/src/MainFrame.cpp
- Timestamp:
- 09/25/2008 08:44:25 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r157 r158 79 79 wxRenameFile(home_path+wxT("/.OpenYahtzee"),home_path+wxT("/.openyahtzee"),false); 80 80 } 81 Configuration config("/home/guy/.openyahtzee.new"); 81 configuration::Configuration config("/home/guy/.openyahtzee.new"); 82 config.save(); 82 83 m_settingsdb = new SettingsDB(); //Get the settings database connection 83 84 m_highscoredb = new HighScoreTableDB();
Note: See TracChangeset
for help on using the changeset viewer.
