gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/gnash.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog gui/gnash.cpp
Date: Thu, 27 Sep 2007 12:37:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   07/09/27 12:37:59

Modified files:
        .              : ChangeLog 
        gui            : gnash.cpp 

Log message:
        Comment out Ctrl-B

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4444&r2=1.4445
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.93&r2=1.94

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4444
retrieving revision 1.4445
diff -u -b -r1.4444 -r1.4445
--- ChangeLog   27 Sep 2007 12:11:49 -0000      1.4444
+++ ChangeLog   27 Sep 2007 12:37:59 -0000      1.4445
@@ -1,7 +1,8 @@
 2007-09-27 Benjamin Wolsey <address@hidden>
 
        * gui/gnash.cpp: remove ESC = Quit from gnash --help output. It's not 
true
-         and would potentially interfere with movie key events if it were.
+         and would potentially interfere with movie key events if it were. 
Ctrl-B
+         commented out, because it also doesn't do anything.
 
 2007-09-27 Benjamin Wolsey <address@hidden>
 

Index: gui/gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- gui/gnash.cpp       27 Sep 2007 12:11:50 -0000      1.93
+++ gui/gnash.cpp       27 Sep 2007 12:37:59 -0000      1.94
@@ -144,8 +144,9 @@
         "  CTRL-[ or kp-   Step back one frame\n"
         "  CTRL-] or kp+   Step forward one frame\n"
        "  CTRL-L          Force immediate redraw\n"
-        "  CTRL-B          Toggle background color\n"
 /*
+        "  CTRL-B          Toggle background color\n"  // No code to make this 
work or indication
+                                                      // what it's supposed to 
do.
         "  CTRL-A          Toggle antialiasing (doesn't work)\n"
         "  CTRL-T          Debug.  Test the set_variable() function\n"
         "  CTRL-G          Debug.  Test the get_variable() function\n"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]