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

Modified Files:
        AColor.cpp 
Log Message:
Replace deprecated function

Index: AColor.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AColor.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- AColor.cpp  11 Jul 2006 08:14:12 -0000      1.18
+++ AColor.cpp  25 Aug 2006 05:03:34 -0000      1.19
@@ -221,7 +221,7 @@
    theTheme.SetPenColour(   playRegionPen[1],  clrRulerPlaybackPen);      
 
    //Determine tooltip color
-   tooltipBrush.SetColour( 
wxSystemSettings::GetSystemColour(wxSYS_COLOUR_INFOBK) );
+   tooltipBrush.SetColour( 
wxSystemSettingsNative::GetColour(wxSYS_COLOUR_INFOBK) );
 
 #if defined(__WXMSW__) || defined(__WXGTK__)
    // unselected


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to