]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.h
FindAdv: Added remaining accents(2) dgrave, textdoublegrave, rcap, textroundcap
[lyx.git] / src / Undo.h
index 6f6cca6e90e968ee46c87d591a27fe97f82fd0a4..dd7035816d9287a2cbbdee858c9943e0aa3fe5d2 100644 (file)
@@ -60,10 +60,10 @@ public:
        void clear();
 
        /// this will undo the last action - returns false if no undo possible
-       bool textUndo(CursorData &);
+       bool undoAction(CursorData &);
 
        /// this will redo the last undo - returns false if no redo possible
-       bool textRedo(CursorData &);
+       bool redoAction(CursorData &);
 
        /// End a sequence of INSERT_UNDO or DELETE_UNDO type of undo
        /// operations (grouping of consecutive characters insertion/deletion).