]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetInfo.h
index 1aee904e4f5f1068a5ff330edcb220777bc88544..44bc7b2bf3554b652a6b6f3313b866a203ae7cfc 100644 (file)
@@ -88,7 +88,7 @@ public:
                MENU_INFO,      // Which menu item is used for certain function
                ICON_INFO,      // which toolbar icon is used for certain function
                BUFFER_INFO,    // Buffer related information
-               LYX_INFO,       // LyX version information
+               LYX_INFO        // LyX version information
        };
 
        ///
@@ -96,7 +96,7 @@ public:
        ///
        InsetCode lyxCode() const { return INFO_CODE; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///