]> git.lyx.org Git - lyx.git/commitdiff
Remove unwanted comment.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 9 Apr 2009 22:09:06 +0000 (22:09 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 9 Apr 2009 22:09:06 +0000 (22:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29167 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCommand.h

index 13f37e5b2ea7e4e8ba7ec9864a3f4384929f3fb0..30f690f6baea833cfa8d14fbad0fc357b647e27a 100644 (file)
@@ -109,7 +109,7 @@ private:
        docstring contextMenu(BufferView const & bv, int x, int y) const;
        /// This should provide the text for the button
        virtual docstring screenLabel() const = 0;
-       /// show the Label dialog
+       ///
        bool showInsetDialog(BufferView * bv) const;
 
 private: