]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.C
Split clipboard and X selection
[features.git] / src / CutAndPaste.C
index a418054c952382dbd83f9411f299e62bad8fc234..d88785bb14db1234193a265309107f0abd9134ca 100644 (file)
@@ -498,8 +498,8 @@ void cutSelection(LCursor & cur, bool doclear, bool realcut)
                // solved by running the line below only when the selection has
                // finished. The solution used currently just works, to make it
                // faster we need to be more clever and probably also have more
-               // calls to stuffClipboard. (Lgb)
-//             cur.bv().owner()->gui().clipboard().put(cur.selectionAsString(true));
+               // calls to cur.bv().owner()->gui().selection().put. (Lgb)
+//             cur.bv().owner()->gui().selection().put(cur.selectionAsString(true));
        
 
                // make sure that the depth behind the selection are restored, too