]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Well, it turns out that we need a different return value for the xhtml
[lyx.git] / src / insets / InsetRef.h
index 934681172bab76cc3e9102380a9ac89e0ccf0a5b..e6f37462cd53ca1e3167598cfbc5ebfe7f423809 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author José Matos
+ * \author José Matos
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -43,7 +43,7 @@ public:
        ///
        docstring screenLabel() const;
        ///
-       EDITABLE editable() const { return IS_EDITABLE; }
+       bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return REF_CODE; }
        ///