Ignore:
Timestamp:
05/04/2007 07:30:35 PM (5 years ago)
Author:
guyru
Message:

Patched source-code for portable edition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee1.7PE/src/SettingsDB.cpp

    r17 r79  
    2727SettingsDB::SettingsDB() 
    2828{ 
    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; 
    3334 
    3435#ifdef DEBUG 
Note: See TracChangeset for help on using the changeset viewer.