Changeset 157 for trunk/src/MainFrame.cpp
- Timestamp:
- 09/24/2008 08:58:53 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r156 r157 36 36 #include "About.h" 37 37 #include "UtilityFunctions.h" 38 #include "configuration.h" 38 39 #include <iostream> 39 40 #include <sstream> … … 78 79 wxRenameFile(home_path+wxT("/.OpenYahtzee"),home_path+wxT("/.openyahtzee"),false); 79 80 } 81 Configuration config("/home/guy/.openyahtzee.new"); 80 82 m_settingsdb = new SettingsDB(); //Get the settings database connection 81 83 m_highscoredb = new HighScoreTableDB();
Note: See TracChangeset
for help on using the changeset viewer.
