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