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

Modified Files:
        Menus.cpp 
Log Message:
Dawson's fix for some (all?) of the F11 problems, like not working without a 
track and 'disallowed for some reason'.

Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -d -r1.421 -r1.422
--- Menus.cpp   13 Nov 2008 01:25:42 -0000      1.421
+++ Menus.cpp   18 Nov 2008 23:51:16 -0000      1.422
@@ -1069,6 +1069,7 @@
    c->AddCommand(wxT("SnapToOn"),      _("Snap To On"),           
FN(OnSnapToOn));
    c->AddCommand(wxT("SnapToOff"),     _("Snap To Off"),          
FN(OnSnapToOff));
    c->AddCommand(wxT("FullScreenOnOff"), _("Full screen on/off\tF11"),  
FN(OnFullScreen));
+   c->SetCommandFlags(wxT("FullScreenOnOff"), 0, 0);
 
 #ifdef EXPERIMENTAL_CONTRAST
    // these next 2 are for the Contrast analyze effect


-------------------------------------------------------------------------
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