Changeset 144 for branches/openyahtzee-1.8/src/MainFrame.cpp
- Timestamp:
- 01/17/2008 08:45:18 PM (4 years ago)
- File:
-
- 1 edited
-
branches/openyahtzee-1.8/src/MainFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/MainFrame.cpp
r143 r144 306 306 void MainFrame::OnAbout(wxCommandEvent& event) 307 307 { 308 #ifndef PORTABLE 309 AboutDialog *about = new AboutDialog(this,wxID_ANY,wxT("About Open Yahtzee PE")); 310 #else 308 311 AboutDialog *about = new AboutDialog(this,wxID_ANY,wxT("About Open Yahtzee")); 312 #endif 309 313 about->ShowModal(); 310 314 }
Note: See TracChangeset
for help on using the changeset viewer.
