]> git.lyx.org Git - lyx.git/commitdiff
Update the GuiInfo dialog also when the document is read-only. A dialog that does...
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 31 Dec 2009 16:47:02 +0000 (16:47 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 31 Dec 2009 16:47:02 +0000 (16:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32695 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiInfo.h

index 431bc3300c8dc90fb64442940ccfbf984c21c9df..c3002fd235881ffe55ce088cc0d85f047056e508 100644 (file)
@@ -33,6 +33,7 @@ public:
        void dispatchParams() {}
        void enableView(bool enable);
        bool isBufferDependent() const { return true; }
+       bool canApply() const { return true; }
        //@}
 
 private Q_SLOTS: