]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / text.C
index 2a9cc8a2428d5eb45720d4732b02828b6ee5fb71..86110e88118276ce3d467fd89a3ff4c8715ad55b 100644 (file)
@@ -1562,7 +1562,7 @@ docstring LyXText::currentState(LCursor & cur)
        odocstringstream os;
 
        if (buf.params().trackChanges)
-               os << "[C] ";
+               os << _("[Change Tracking] ");
 
        Change change = par.lookupChange(cur.pos());
 
@@ -1724,6 +1724,8 @@ void LyXText::setCursorFromCoordinates(LCursor & cur, int const x, int const y)
                << endl;
 
        setCursor(cur, pit, pos, true, bound);
+       // remember new position.
+       cur.setTargetX();
 }