Changeset 144 for branches/openyahtzee-1.8/src/About.cpp
- Timestamp:
- 01/17/2008 08:45:18 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/About.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/About.cpp
r96 r144 50 50 bitmap_1 = new wxDynamicBitmap((wxWindow*)this, (wxWindowID)wxID_ANY,*logo); 51 51 52 #ifdef PORTABLE 53 app_label = new wxStaticText(this, -1, wxT("Open Yahtzee Portable Edition 1.8.0")); 54 #else 52 55 app_label = new wxStaticText(this, -1, wxT("Open Yahtzee 1.8.0")); 56 #endif 53 57 label_desc = new wxStaticText(notebook_main_pane_about, -1, wxT("A full-featured wxWidgets version of\nthe classic dice game Yahtzee.")); 54 58 label_copyright = new wxStaticText(notebook_main_pane_about, -1, wxT("(c) 2006-2007 Guy Rutenberg"));
Note: See TracChangeset
for help on using the changeset viewer.
