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: Ingmar Vanhassel
Subject: [Traverso-commit] traverso/src/core InputEngine.cpp
Date: Sun, 03 Jun 2007 12:59:36 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ingmar Vanhassel <ingmar>       07/06/03 12:59:36

Modified files:
        src/core       : InputEngine.cpp 

Log message:
        corrected typo in GUI

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

Patches:
Index: InputEngine.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/InputEngine.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- InputEngine.cpp     25 May 2007 06:18:52 -0000      1.56
+++ InputEngine.cpp     3 Jun 2007 12:59:35 -0000       1.57
@@ -1417,7 +1417,7 @@
                                (action->fact2_key2 == 
existingaction->fact2_key2) &&
                                (action->type == existingaction->type) ) {
                                exists = true;
-                               QString errorstring = QString("InputEngine:: 
keyfact with: type=%1, key1='%2', key2='%3' allready exists!\n"
+                               QString errorstring = QString("InputEngine:: 
keyfact with: type=%1, key1='%2', key2='%3' already exists!\n"
                                                "You should only define keyfact 
types one time!!\n").arg(keyFactType).arg(key1).arg(key2); 
                                printf(QS_C(errorstring));
                                info().warning(errorstring);




reply via email to

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