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

Modified Files:
        Menus.cpp 
Log Message:
Fix a couple of menu shortcuts


Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- Menus.cpp   17 Sep 2006 06:14:21 -0000      1.276
+++ Menus.cpp   18 Sep 2006 02:18:25 -0000      1.277
@@ -652,7 +652,7 @@
    
       alignLabels.RemoveAt(7); // Can't align together and move cursor
    
-      c->BeginSubMenu(_("Align And Mo&ve Cursor..."));
+      c->BeginSubMenu(_("Ali&gn And Move Cursor..."));
       c->AddItemList(wxT("AlignMove"), alignLabels, FN(OnAlignMoveSel));
       c->SetCommandFlags(wxT("AlignMove"),
                          AudioIONotBusyFlag | TracksSelectedFlag,
@@ -664,7 +664,7 @@
       c->AddItem(wxT("AddLabelPlaying"),       _("Add Label At &Playback 
Position\tCtrl+M"), FN(OnAddLabelPlaying));
       c->SetCommandFlags(wxT("AddLabel"), 0, 0);
       c->SetCommandFlags(wxT("AddLabelPlaying"), 0, AudioIONotBusyFlag);
-      c->AddItem(wxT("EditLabels"),       _("Edit Labels"), FN(OnEditLabels));
+      c->AddItem(wxT("EditLabels"),       _("&Edit Labels"), FN(OnEditLabels));
 
       c->AddSeparator();   
       c->BeginSubMenu(_("S&ort tracks by..."));


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to