traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/core InputEngine.cpp


From: Ben Levitt
Subject: [Traverso-commit] traverso/src/core InputEngine.cpp
Date: Fri, 25 May 2007 06:18:52 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/05/25 06:18:52

Modified files:
        src/core       : InputEngine.cpp 

Log message:
        fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/InputEngine.cpp?cvsroot=traverso&r1=1.55&r2=1.56

Patches:
Index: InputEngine.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/InputEngine.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- InputEngine.cpp     24 May 2007 10:56:43 -0000      1.55
+++ InputEngine.cpp     25 May 2007 06:18:52 -0000      1.56
@@ -124,7 +124,7 @@
                                                        variable = 
Qt::LeftButton;
                                                } else if (text == 
"MouseButtonRight") {
                                                        variable = 
Qt::RightButton;
-                                               } else if (text == 
"MouseButtonMiddel") {
+                                               } else if (text == 
"MouseButtonMiddle") {
                                                        variable = 
Qt::MidButton;
                                                } else if (text == 
"MouseButtonX1") {
                                                        variable = Qt::XButton1;




reply via email to

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