Update of /cvsroot/audacity/audacity-src/src
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22208

Modified Files:
        AboutDialog.cpp 
Log Message:
Bump copyright date to 2010 and remove it from translatable string so updating 
it
 doesn't break translation

Index: AboutDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AboutDialog.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- AboutDialog.cpp     7 Nov 2009 17:17:45 -0000       1.75
+++ AboutDialog.cpp     1 Jan 2010 05:38:05 -0000       1.76
@@ -264,8 +264,11 @@
       GetCreditsByRole(roleThanks) +
       wxT("<p><br></center>") +
          
-         _("<b>Audacity&reg;</b> software is copyright &copy; 1999-2009 
Audacity Team. <br>The name <b>Audacity&reg;</b> is a registered trademark of 
Dominic Mazzoni.") + 
-         wxT("</font></body></html>");
+      _("<b>Audacity&reg;</b> software is copyright")+
+      wxT("&copy; 1999-2010 Audacity Team.<br>") +
+     
+      _("The name <b>Audacity&reg;</b> is a registered trademark of Dominic 
Mazzoni.") + 
+      wxT("</font></body></html>");
 
    
    this->SetBackgroundColour(theTheme.Colour( clrAboutBoxBackground ));


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to