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

Modified Files:
      Tag: AUDACITY_1_2
        CommandManager.cpp 
Log Message:
gcc 4.0 on intel compilation fix

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.4
diff -u -d -r1.16.2.3 -r1.16.2.4
--- CommandManager.cpp  4 Feb 2005 21:31:48 -0000       1.16.2.3
+++ CommandManager.cpp  27 Nov 2006 16:38:31 -0000      1.16.2.4
@@ -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