X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fviews.cpp;h=56fe8cf1a1e069dd6d2867dd3cd4350eab50e142;hb=0f6257b32b46276415f1c6597fc1d992c3787071;hp=8b40f35744b2fd2039288dfa165e1e3d2c4401a7;hpb=4433641931aa27fd6a2b5ecd0102e6c5bbbccc46;p=ctsim.git diff --git a/src/views.cpp b/src/views.cpp index 8b40f35..56fe8cf 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -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...");