Update of /cvsroot/audacity/audacity-src/src/toolbars
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv14146
Modified Files:
ToolsToolBar.cpp
Log Message:
Fix include file for Windows release build and fix regressed tooltip change.
Index: ToolsToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ToolsToolBar.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ToolsToolBar.cpp 16 Sep 2006 05:54:37 -0000 1.1
+++ ToolsToolBar.cpp 17 Sep 2006 08:16:27 -0000 1.2
@@ -43,8 +43,8 @@
#include <wx/event.h>
#include <wx/intl.h>
#include <wx/sizer.h>
-#include <wx/tooltip.h>
#endif
+#include <wx/tooltip.h>
#include "MeterToolBar.h"
#include "ToolsToolBar.h"
@@ -179,14 +179,9 @@
mTool[ multiTool ] = MakeTool( bmpMulti, multiTool, _("MultiTool") );
#if wxUSE_TOOLTIPS
-#ifdef __WXMAC__
- wxToolTip::Enable(false); // DM: tooltips are broken in wxMac
-#else
-// MB: Should make this a pref
wxToolTip::Enable(true);
wxToolTip::SetDelay(1000);
#endif
-#endif
RegenerateToolsTooltips();
}
-------------------------------------------------------------------------
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