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

Modified Files:
        AboutDialog.cpp 
Log Message:
1. Fix the beta / not beta control over the about dialogue text which has been 
hard-coded (controlled globally from Audacity.h)
2. Add Google Code to the thanks for project hosting as the downnloads are now 
there.


Index: AboutDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AboutDialog.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- AboutDialog.cpp     31 Oct 2009 00:37:42 -0000      1.74
+++ AboutDialog.cpp     7 Nov 2009 17:17:45 -0000       1.75
@@ -189,9 +189,9 @@
    
 
    wxString par1Str = _(
-     "Audacity is a free program written by a worldwide team of volunteer <a 
href=\"http://audacity.sourceforge.net/community/developers\";>developers</a>. 
We thank <a href=\"http://sourceforge.net\";>SourceForge.net</a> for our project 
hosting. Audacity is available for Windows 98 and later, Mac OS X, Linux and 
other Unix-like systems. For Windows 98/ME, use version 1.2.6 or 1.3.7 Beta; 
for Mac OS 9, version 1.0.0.");
+     "Audacity is a free program written by a worldwide team of volunteer <a 
href=\"http://audacity.sourceforge.net/community/developers\";>developers</a>. 
We thank <a href=\"http://sourceforge.net\";>SourceForge.net</a> and <a 
href=\"http://code.google.com\";>Google Code</a> for our project hosting. 
Audacity is available for Windows 98 and later, Mac OS X, Linux and other 
Unix-like systems. For Windows 98/ME, use version 1.2.6 or 1.3.7 Beta; for Mac 
OS 9, version 1.0.0.");
 
-   #if 1 // Is this beta or not?
+   #if IS_BETA // Is this beta or not?
    wxString par2Str = _(
      "This is a Beta version of the program. It may contain bugs and 
unfinished features. We depend on your feedback: please send bug reports and 
feature requests to our <a 
href=\"mailto:feedb...@audacityteam.org\";>Feedback</a> address. For help, use 
the Help menu in the program, view the tips and tricks on our <a 
href=\"http://wiki.audacityteam.org/index.php?title=Audacity_Wiki_Home_Page\";>Wiki</a>
 or visit our <a href=\"http://audacityteam.org/forum/\";>Forum</a>.");
    #else


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to