fix forgotten rename from the persistent selection patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17296 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-02-21 21:40:14 +00:00
parent 21d1457c8d
commit 6287c95854

View File

@ -724,7 +724,7 @@ void pasteClipboard(LCursor & cur, ErrorList & errorList, bool asParagraphs)
{ {
// Use internal clipboard if it is the most recent one // Use internal clipboard if it is the most recent one
if (theClipboard().isInternal()) { if (theClipboard().isInternal()) {
pasteClipboard(cur, errorList, 0); pasteFromStack(cur, errorList, 0);
return; return;
} }