Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17036

Modified Files:
        Menus.cpp 
Log Message:
Reinstate lost menu item "Tracks > Link Audio and Label Tracks"  and give it an 
access
 key

Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -d -r1.439 -r1.440
--- Menus.cpp   20 Feb 2009 01:04:39 -0000      1.439
+++ Menus.cpp   21 Feb 2009 21:56:26 -0000      1.440
@@ -704,8 +704,11 @@
                          AudioIONotBusyFlag | NoteTracksSelectedFlag | 
WaveTracksSelectedFlag);
 #endif // EXPERIMENTAL_SCOREALIGN
 
+      c->AddSeparator();
+      c->AddItem(wxT("StickyLabels"),       _("&Link Audio and Label Tracks"), 
FN(OnStickyLabel), 0);   
+
       c->AddSeparator(); 
-      c->AddItem(wxT("AddLabel"),       _("Add &Label At Selection\tCtrl+B"), 
FN(OnAddLabel));
+      c->AddItem(wxT("AddLabel"),       _("Add Label At &Selection\tCtrl+B"), 
FN(OnAddLabel));
       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);


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to