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

Modified Files:
      Tag: AUDACITY_1_2
        AboutDialog.cpp 
Log Message:
Added an info string for the Intel Mac version to the About box

Index: AboutDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AboutDialog.cpp,v
retrieving revision 1.18.2.8
retrieving revision 1.18.2.9
diff -u -d -r1.18.2.8 -r1.18.2.9
--- AboutDialog.cpp     4 Jun 2006 10:12:53 -0000       1.18.2.8
+++ AboutDialog.cpp     27 Nov 2006 16:37:13 -0000      1.18.2.9
@@ -50,6 +50,10 @@
 
    wxString informationStr;
 
+   #ifdef __i686
+   informationStr += _("Intel Mac version");
+   #endif
+
    #ifdef MP3SUPPORT
    informationStr += _("MP3 importing enabled");
    #else


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