Changeset 79 for branches/openyahtzee1.7PE/src/HighScoreTableDB.cpp
- Timestamp:
- 05/04/2007 07:30:35 PM (5 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee1.7PE/src/HighScoreTableDB.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee1.7PE/src/HighScoreTableDB.cpp
r28 r79 29 29 HighScoreTableDB::HighScoreTableDB() 30 30 { 31 /* Open the database which holds the settings. */ 32 m_path = ((wxFileName::GetHomeDir()).mb_str()); 33 m_path += "/"; //IMPORTANT! only works under linux/unix/*nix 34 m_path += DBFILENAME; 31 // /* Open the database which holds the settings. */ 32 // m_path = ((wxFileName::GetHomeDir()).mb_str()); 33 // m_path += "/"; //IMPORTANT! only works under linux/unix/*nix 34 // m_path += DBFILENAME; 35 m_path = DBFILENAME; 35 36 36 37 #ifdef DEBUG
Note: See TracChangeset
for help on using the changeset viewer.
