r540: Improved dialog boxes
[ctsim.git] / src / ctsim.cpp
index 5002d486d88026d407d1ac9e53d817861eaebae5..d0f8671fec2d32f607e25369546fafa076794bd7 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.76 2001/02/11 22:28:50 kevin Exp $
+**  $Id: ctsim.cpp,v 1.77 2001/02/14 18:39:47 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -73,7 +73,7 @@
 #endif
 #endif
 
-static const char* rcsindent = "$Id: ctsim.cpp,v 1.76 2001/02/11 22:28:50 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.77 2001/02/14 18:39:47 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -345,7 +345,7 @@ MainFrame::MainFrame(wxDocManager *manager, wxFrame *frame, wxWindowID id, const
        file_menu->Append(wxID_OPEN, "&Open...\tCtrl-O");
        
        file_menu->AppendSeparator();
-  file_menu->Append (MAINMENU_FILE_PREFERENCES, "Pr&eferences...");
+  file_menu->Append (MAINMENU_FILE_PREFERENCES, "Prefere&nces...");
        file_menu->Append(MAINMENU_FILE_EXIT, "E&xit");
        
        //  history of files visited