Changeset 144 for branches/openyahtzee-1.8/src/SettingsDB.cpp
- Timestamp:
- 01/17/2008 08:45:18 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/SettingsDB.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/SettingsDB.cpp
r17 r144 28 28 { 29 29 /* Open the database which holds the settings. */ 30 #ifdef PORTABLE 31 m_path = ""; 32 #else 30 33 m_path = ((wxFileName::GetHomeDir()).mb_str()); 31 m_path += "/"; //IMPORTANT! only works under linux/unix/*nix 34 m_path += "/"; 35 #endif 32 36 m_path += DBFILENAME; 33 37
Note: See TracChangeset
for help on using the changeset viewer.
