traverso-commit
[Top][All Lists]
Advanced

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

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


From: Ingmar Vanhassel
Subject: [Traverso-commit] traverso/src/core Song.cpp
Date: Fri, 08 Jun 2007 13:09:55 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ingmar Vanhassel <ingmar>       07/06/08 13:09:55

Modified files:
        src/core       : Song.cpp 

Log message:
        corrected typo in GUI (beyond-> beyond)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/Song.cpp?cvsroot=traverso&r1=1.116&r2=1.117

Patches:
Index: Song.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/Song.cpp,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- Song.cpp    2 Jun 2007 23:02:32 -0000       1.116
+++ Song.cpp    8 Jun 2007 13:09:54 -0000       1.117
@@ -389,7 +389,7 @@
        spec->name = spec->basename + spec->extension;
 
        if (spec->start_frame >= spec->end_frame) {
-               info().warning(tr("Export start frame starts beyong export end 
frame!!"));
+               info().warning(tr("Export start frame starts beyond export end 
frame!!"));
                return -1;
        }
 




reply via email to

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