ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/main_window.cpp
(Generate patch)

Comparing AE/Installer/trunk/source/main_window.cpp (file contents):
Revision 488 by iritscen, Wed Dec 30 01:51:38 2009 UTC vs.
Revision 489 by gumby, Sun Jan 24 23:58:16 2010 UTC

# Line 211 | Line 211 | void MainWindow::CreateControls()
211      wxMenu* itemMenu42 = new wxMenu;
212      itemMenu42->Append(wxID_OPTIONS, _("Show Advanced Options..."), wxEmptyString, wxITEM_CHECK);
213      menuBar->Append(itemMenu42, _("Options"));
214 < #ifdef WIN32
215 <        itemMenu44->Append(wxID_ABOUT, _("About"), wxEmptyString, wxITEM_NORMAL);
216 <        menuBar->Append(itemMenu44, _("Help"));
217 < #else
214 > //#ifdef WIN32
215 > //      itemMenu44->Append(wxID_ABOUT, _("About"), wxEmptyString, wxITEM_NORMAL);
216 > //      menuBar->Append(itemMenu44, _("Help"));
217 > //#else
218          itemMenu37->Append(wxID_ABOUT, _("About"), wxEmptyString, wxITEM_NORMAL);
219 < #endif  
219 > //#endif        
220  
221      itemFrame1->SetMenuBar(menuBar);
222  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)