--- AE/Installer/trunk/source/main_window.cpp 2009/12/30 01:51:38 487 +++ AE/Installer/trunk/source/main_window.cpp 2010/01/24 23:58:16 489 @@ -211,12 +211,12 @@ void MainWindow::CreateControls() wxMenu* itemMenu42 = new wxMenu; itemMenu42->Append(wxID_OPTIONS, _("Show Advanced Options..."), wxEmptyString, wxITEM_CHECK); menuBar->Append(itemMenu42, _("Options")); -#ifdef WIN32 - itemMenu44->Append(wxID_ABOUT, _("About"), wxEmptyString, wxITEM_NORMAL); - menuBar->Append(itemMenu44, _("Help")); -#else +//#ifdef WIN32 +// itemMenu44->Append(wxID_ABOUT, _("About"), wxEmptyString, wxITEM_NORMAL); +// menuBar->Append(itemMenu44, _("Help")); +//#else itemMenu37->Append(wxID_ABOUT, _("About"), wxEmptyString, wxITEM_NORMAL); -#endif +//#endif itemFrame1->SetMenuBar(menuBar);