Ignore:
Timestamp:
01/17/2008 08:45:18 PM (4 years ago)
Author:
guyru
Message:

portable version fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee-1.8/src/MainFrame.cpp

    r143 r144  
    306306void MainFrame::OnAbout(wxCommandEvent& event) 
    307307{ 
     308#ifndef PORTABLE 
     309        AboutDialog *about = new AboutDialog(this,wxID_ANY,wxT("About Open Yahtzee PE")); 
     310#else 
    308311        AboutDialog *about = new AboutDialog(this,wxID_ANY,wxT("About Open Yahtzee")); 
     312#endif 
    309313        about->ShowModal(); 
    310314} 
Note: See TracChangeset for help on using the changeset viewer.