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

Modified Files:
        ToolBar.cpp 
Log Message:
Oops...ReleaseCapture() is Windows only...

Index: ToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ToolBar.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ToolBar.cpp 25 Jul 2008 03:39:51 -0000      1.13
+++ ToolBar.cpp 25 Jul 2008 17:24:06 -0000      1.14
@@ -690,7 +690,7 @@
 {
    if( HasCapture() )
    {
-      ReleaseCapture();
+      ReleaseMouse();
    }
 }
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to