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

Modified Files:
        BatchProcessDialog.cpp 
Log Message:
Missed some accelerators

Index: BatchProcessDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/BatchProcessDialog.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- BatchProcessDialog.cpp      1 Oct 2006 07:23:49 -0000       1.11
+++ BatchProcessDialog.cpp      1 Oct 2006 07:37:47 -0000       1.12
@@ -88,7 +88,7 @@
    S.StartVerticalLay(true);
    {
       
-      S.StartStatic(_("Select chain"), true);
+      S.StartStatic(_("&Select chain"), true);
       {
          S.SetStyle(wxSUNKEN_BORDER | wxLC_REPORT | wxLC_HRULES | wxLC_VRULES |
                      wxLC_SINGLE_SEL);
@@ -99,9 +99,9 @@
 
       S.StartHorizontalLay(wxALIGN_RIGHT, false);
       {
-         S.Id(ApplyToProjectID).AddButton(_("Apply to Current Project"));
-         S.Id(ApplyToFilesID).AddButton(_("Apply to Files..."));
-         S.Id(wxID_CANCEL).AddButton(_("Cancel"));
+         S.Id(ApplyToProjectID).AddButton(_("Apply to Current &Project"));
+         S.Id(ApplyToFilesID).AddButton(_("Apply to &Files..."));
+         S.Id(wxID_CANCEL).AddButton(_("&Cancel"));
       }
       S.EndHorizontalLay();
    }
@@ -414,7 +414,7 @@
 {
    S.StartHorizontalLay(wxEXPAND, 1);
    {
-      S.StartStatic(_("Chains"));
+      S.StartStatic(_("&Chains"));
       {
          // JKC: Experimenting with an alternative way to get multiline
          // translated strings to work correctly without very long lines.
@@ -435,13 +435,13 @@
          {
             S.Id(AddButtonID).AddButton(_("&Add"));
             mRemove = S.Id(RemoveButtonID).AddButton(_("&Remove"));
-            mRename = S.Id(RenameButtonID).AddButton(_("Rena&me"));
+            mRename = S.Id(RenameButtonID).AddButton(_("Re&name"));
          }
          S.EndHorizontalLay();
       }
       S.EndStatic();
 
-      S.StartStatic(_("Chain (Double-Click or press SPACE to edit)"), true);
+      S.StartStatic(_("C&hain (Double-Click or press SPACE to edit)"), true);
       {
          S.SetStyle(wxSUNKEN_BORDER | wxLC_REPORT | wxLC_HRULES | wxLC_VRULES |
                     wxLC_SINGLE_SEL);
@@ -456,8 +456,8 @@
 
          S.StartHorizontalLay(wxCENTER, false);
          {
-            S.Id(InsertButtonID).AddButton(_("Insert"), wxALIGN_LEFT);
-            S.Id(DeleteButtonID).AddButton(_("Delete"), wxALIGN_LEFT);
+            S.Id(InsertButtonID).AddButton(_("&Insert"), wxALIGN_LEFT);
+            S.Id(DeleteButtonID).AddButton(_("De&lete"), wxALIGN_LEFT);
             S.Id(UpButtonID).AddButton(_("Move &Up"), wxALIGN_LEFT);
             S.Id(DownButtonID).AddButton(_("Move &Down"), wxALIGN_LEFT);
             mDefaults = S.Id(DefaultsButtonID).AddButton(_("De&faults"));


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to