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