r638: no message
[ctsim.git] / src / views.cpp
index 8b40f35744b2fd2039288dfa165e1e3d2c4401a7..56fe8cf1a1e069dd6d2867dd3cd4350eab50e142 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.cpp,v 1.137 2001/03/13 08:24:41 kevin Exp $
+**  $Id: views.cpp,v 1.138 2001/03/13 10:35:06 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
@@ -860,7 +860,7 @@ ImageFileView::CreateChildFrame(wxDocument *doc, wxView *view)
   
   m_pFileMenu->AppendSeparator();
   m_pFileMenu->Append(IFMENU_FILE_PROPERTIES, "P&roperties\tCtrl-I");
-  m_pFileMenu->Append(IFMENU_FILE_EXPORT, "&Export...");
+  m_pFileMenu->Append(IFMENU_FILE_EXPORT, "Expor&t...");
   
   m_pFileMenu->AppendSeparator();
   m_pFileMenu->Append(wxID_PRINT, "&Print...");