Changeset 170 for trunk/src/MainFrame.cpp
- Timestamp:
- 10/03/2008 08:17:22 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r169 r170 33 33 #include "highscores_dialog.h" 34 34 #include "About.h" 35 #include "UtilityFunctions.h"36 35 #include "configuration.h" 37 36 #include "settings_dialog.h" 37 #include "../config.h" 38 38 #include <iostream> 39 39 #include <sstream> … … 68 68 #endif 69 69 #define VER_DICE_SPACER 10 70 71 //default values - settings72 #define DEF_HIGHSCORESIZE 2073 #define OY_VERSION "1.8.0"74 70 75 71 const wxEventType wxEVT_ENABLE_ROLL = wxNewEventType(); … … 413 409 wxString link = wxT("http://openyahtzee.sourceforge.net/download/check-for-updates/"); 414 410 415 link += wxT( OY_VERSION);411 link += wxT(VERSION); 416 412 417 413 wxLaunchDefaultBrowser(link); … … 1332 1328 delete m_config; 1333 1329 delete m_evt_handler; 1334 } 1330 1331 for (int i = 0; i<6; i++) { 1332 delete bitmap_dice[i]; 1333 } 1334 }
Note: See TracChangeset
for help on using the changeset viewer.
