Ignore:
Timestamp:
01/17/2008 08:45:18 PM (4 years ago)
Author:
guyru
Message:

portable version fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee-1.8/src/SettingsDB.h

    r17 r144  
    3838#define SETTINGSDB_INC 
    3939 
    40 ///Sets the file name of the database the class will open. The directory will always be the home dir. 
    41 #define DBFILENAME ".OpenYahtzee"  
     40///Sets the file name of the datase the class will open. 
     41#ifndef PORTABLE 
     42        #define DBFILENAME ".OpenYahtzee" 
     43#else 
     44        #define DBFILENAME "OpenYahtzee.dat" 
     45#endif 
    4246class SettingsDB : public DBwrapper 
    4347{ 
Note: See TracChangeset for help on using the changeset viewer.