Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30581

Modified Files:
        Menus.cpp 
Log Message:
Remove "As" from Export menu items

Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- Menus.cpp   10 Apr 2007 02:21:45 -0000      1.304
+++ Menus.cpp   14 Apr 2007 18:11:32 -0000      1.305
@@ -242,13 +242,13 @@
       
       c->AddSeparator();
       
-      c->AddItem(wxT("Export"),         _("&Export As..."),           
FN(OnExport));
+      c->AddItem(wxT("Export"),         _("&Export..."),           
FN(OnExport));
       // Enable Export commands only when there are tracks
       c->SetCommandFlags(wxT("Export"),
                          AudioIONotBusyFlag | TracksExistFlag,
                          AudioIONotBusyFlag | TracksExistFlag);
 
-      c->AddItem(wxT("ExportSel"),      _("Expo&rt Selection As..."), 
FN(OnExportSelection));
+      c->AddItem(wxT("ExportSel"),      _("Expo&rt Selection..."), 
FN(OnExportSelection));
       // Enable Export Selection commands only when there's a selection
       c->SetCommandFlags(wxT("ExportSel"),
                          AudioIONotBusyFlag | TimeSelectedFlag | 
TracksSelectedFlag,
@@ -271,13 +271,13 @@
        if( mCleanSpeechMode )
        {
       
-      c->AddItem(wxT("Export"),         _("&Export As..."),           
FN(OnExport));
+      c->AddItem(wxT("Export"),         _("&Export..."),           
FN(OnExport));
       // Enable Export commands only when there are tracks
       c->SetCommandFlags(wxT("Export"),
                          AudioIONotBusyFlag | TracksExistFlag,
                          AudioIONotBusyFlag | TracksExistFlag);
 
-      c->AddItem(wxT("ExportSel"),      _("Expo&rt Selection As..."), 
FN(OnExportSelection));
+      c->AddItem(wxT("ExportSel"),      _("Expo&rt Selection..."), 
FN(OnExportSelection));
       // Enable Export Selection commands only when there's a selection
       c->SetCommandFlags(wxT("ExportSel"),
                          AudioIONotBusyFlag | TimeSelectedFlag | 
TracksSelectedFlag,


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to