From: Stefan Schimanski Date: Wed, 12 Mar 2008 00:19:18 +0000 (+0000) Subject: * or does anybody have this in mind for 1.6? X-Git-Tag: 1.6.10~5688 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6767da2c65d638f6b996eb2011ee1c5bb82d6dcb;p=features.git * or does anybody have this in mind for 1.6? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23672 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index e16d437734..337d9967ed 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -137,7 +137,7 @@ void selClearOrDel(Cursor & cur); * ordinary paste. Therefore which one is newer. */ //FIXME: this is a workaround for bug 1919. Replace this by -//an all-for-one-paste mechanism in 1.5 +//an all-for-one-paste mechanism in 1.7 /// store whether tabular or ordinary paste stack is newer void dirtyTabularStack(bool b); /// is the tabular paste stack newer than the ordinary one?