- Timestamp:
- 10/23/2008 09:01:12 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.cpp
r185 r186 44 44 45 45 //include the images for the dice 46 namespace dice {47 #include "one.xpm"48 #include "two.xpm"49 #include "three.xpm"50 #include "four.xpm"51 #include "five.xpm"52 #include "six.xpm"53 } // namespace dice46 namespace dice { 47 #include "one.xpm" 48 #include "two.xpm" 49 #include "three.xpm" 50 #include "four.xpm" 51 #include "five.xpm" 52 #include "six.xpm" 53 } // namespace dice 54 54 55 55 #include "icon32.xpm" … … 126 126 m_yahtzeebonus = false; 127 127 m_numofplaysleft = 13; 128 128 m_skiproll = false; // the roll button hasn't been pressed yet, no need for skipping 129 129 } 130 130 … … 387 387 about::AboutDialog *about = new about::AboutDialog(this); 388 388 about->ShowModal(); 389 delete about; 389 390 } 390 391
Note: See TracChangeset
for help on using the changeset viewer.
