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

Modified Files:
      Tag: Audacity_UmixIt
        CommandManager.cpp 
Log Message:
Side-porting a few Intel Mac fixes from 10.2.6

Index: CommandManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/commands/CommandManager.cpp,v
retrieving revision 1.16.2.3
retrieving revision 1.16.2.3.2.1
diff -u -d -r1.16.2.3 -r1.16.2.3.2.1
--- CommandManager.cpp  4 Feb 2005 21:31:48 -0000       1.16.2.3
+++ CommandManager.cpp  27 Nov 2006 16:44:09 -0000      1.16.2.3.2.1
@@ -268,7 +268,7 @@
    
    // Mac OS X fixes
   #ifdef __WXMAC__
-   if (newLabel.Length() > 0 && newLabel[0] == '&')
+   if (newLabel.Length() > 0 && newLabel.GetChar(0) == '&')
       newLabel = newLabel.Right(newLabel.Length()-1);
 
    if (shortcut == true &&


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