Changeset 175 for trunk/src/highscores_dialog.cpp
- Timestamp:
- 05/10/08 20:03:25 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/highscores_dialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/highscores_dialog.cpp
r174 r175 24 24 #include "highscores_dialog.h" 25 25 26 #include " Icon.h"26 #include "icon32.xpm" 27 27 28 28 using namespace std; … … 35 35 m_config = config; 36 36 37 SetIcon(wxIcon( ICON));37 SetIcon(wxIcon(icon32_xpm)); 38 38 39 39 createControls();
Note: See TracChangeset
for help on using the changeset viewer.
