Changeset 31 for trunk/OpenYahtzee/src/MainFrame.cpp
- Timestamp:
- 23/12/06 14:12:59 (6 years ago)
- File:
-
- 1 edited
-
trunk/OpenYahtzee/src/MainFrame.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenYahtzee/src/MainFrame.cpp
r28 r31 46 46 #include "six.xpm" 47 47 48 //include the icon file 49 #include "icon.xpm" 50 48 51 //default values 49 52 #define SPACE_SIZE 1 … … 53 56 : wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, size, style) 54 57 { 55 58 //give the frame an icon 59 SetIcon(wxIcon(icon_xpm)); 56 60 std::ostringstream sstr; 57 61
Note: See TracChangeset
for help on using the changeset viewer.
