Ignore:
Timestamp:
09/25/2008 08:44:25 PM (4 years ago)
Author:
guyru
Message:
  • Put all of configuration.h into namespace.
  • save method for Configuration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MainFrame.cpp

    r157 r158  
    7979                wxRenameFile(home_path+wxT("/.OpenYahtzee"),home_path+wxT("/.openyahtzee"),false); 
    8080        } 
    81         Configuration config("/home/guy/.openyahtzee.new"); 
     81        configuration::Configuration config("/home/guy/.openyahtzee.new"); 
     82        config.save(); 
    8283        m_settingsdb = new SettingsDB(); //Get the settings database connection 
    8384        m_highscoredb = new HighScoreTableDB(); 
Note: See TracChangeset for help on using the changeset viewer.