]> git.lyx.org Git - lyx.git/blobdiff - src/Text2.cpp
scons/SConstruct: remove non-existent path to make "update_po" work
[lyx.git] / src / Text2.cpp
index 86115d546752184579770e050be501de355ba93f..b21999fe51cb74d27831bb1d2cc5b9ef9f8e6660 100644 (file)
@@ -602,7 +602,7 @@ bool Text::checkAndActivateInset(Cursor & cur, bool front)
 }
 
 
-bool Text::cursorLeft(Cursor & cur)
+bool Text::cursorBackward(Cursor & cur)
 {
        // Tell BufferView to test for FitCursor in any case!
        cur.updateFlags(Update::FitCursor);
@@ -644,7 +644,7 @@ bool Text::cursorLeft(Cursor & cur)
 }
 
 
-bool Text::cursorRight(Cursor & cur)
+bool Text::cursorForward(Cursor & cur)
 {
        // Tell BufferView to test for FitCursor in any case!
        cur.updateFlags(Update::FitCursor);