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

Modified Files:
        ExportOGG.cpp ExportPCM.cpp 
Log Message:

Remove accelerator from window title.



Index: ExportPCM.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportPCM.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ExportPCM.cpp       14 Apr 2007 06:58:30 -0000      1.29
+++ ExportPCM.cpp       21 Apr 2007 22:16:09 -0000      1.30
@@ -111,7 +111,7 @@
                             info.channels, maxBlockLen, true,
                             rate, format, true, mixerSpec);
 
-   GetActiveProject()->ProgressShow(_("E&xport"),
+   GetActiveProject()->ProgressShow(_("Export"),
       selectionOnly ?
       wxString::Format(_("Exporting the selected audio as a %s file"),
                        formatStr.c_str()) :

Index: ExportOGG.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportOGG.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ExportOGG.cpp       14 Apr 2007 18:11:42 -0000      1.28
+++ ExportOGG.cpp       21 Apr 2007 22:16:09 -0000      1.29
@@ -118,7 +118,7 @@
                             numChannels, SAMPLES_PER_RUN, false,
                             rate, floatSample, true, mixerSpec);
 
-   GetActiveProject()->ProgressShow(_("E&xport"),
+   GetActiveProject()->ProgressShow(_("Export"),
                                     selectionOnly ?
                                     _("Exporting the selected audio as Ogg 
Vorbis") :
                                     _("Exporting the entire project as Ogg 
Vorbis"));


-------------------------------------------------------------------------
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