]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
* GuiView.cpp:
[lyx.git] / src / CutAndPaste.cpp
index 79f81f29fbd25e4b925e96b12de2a79f024ccad3..ee639f3c6c27ad95feb43329e7515a68546e3a06 100644 (file)
@@ -757,7 +757,7 @@ void saveSelection(Cursor & cur)
        if (cur.selection() 
            && cur.selBegin() == cur.bv().cursor().selBegin()
            && cur.selEnd() == cur.bv().cursor().selEnd()) {
-               LYXERR(Debug::ACTION, "'" << cur.selectionAsString(true) << "'");
+               LYXERR(Debug::SELECTION, "saveSelection: '" << cur.selectionAsString(true) << "'");
                copySelectionToStack(cur, selectionBuffer);
        }
 }