]> git.lyx.org Git - lyx.git/commitdiff
make Lars happy
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 22 Feb 2007 08:18:59 +0000 (08:18 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 22 Feb 2007 08:18:59 +0000 (08:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17298 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.C

index cf09f40b7fe3ae5e9d49eccd7affd7dcab81367a..977517ab59ef821c566dcedb5ee0a55a48d5d9f4 100644 (file)
@@ -652,7 +652,7 @@ void copySelection(LCursor & cur, docstring const & plaintext)
 void saveSelection(LCursor & cur)
 {
        if (lyxerr.debugging(Debug::ACTION))
-               lyxerr << "cap::saveSelection: `"
+               lyxerr << BOOST_CURRENT_FUNCTION << ": `"
                       << to_utf8(cur.selectionAsString(true)) << "'."
                       << endl;