X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInfo.h;h=44bc7b2bf3554b652a6b6f3313b866a203ae7cfc;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=ee64c016b68238e850392842a028e176d4affdd0;hpb=c42a61c5ac5cd8db86d6482ad8b0d42afc8ebdc4;p=lyx.git diff --git a/src/insets/InsetInfo.h b/src/insets/InsetInfo.h index ee64c016b6..44bc7b2bf3 100644 --- a/src/insets/InsetInfo.h +++ b/src/insets/InsetInfo.h @@ -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); /// @@ -126,7 +126,7 @@ public: /// docstring toolTip(BufferView const & bv, int x, int y) const; /// - docstring contextMenuName() const; + docstring contextMenu(BufferView const &, int, int) const; /// docstring contextMenuName() const; /// should paragraph indendation be ommitted in any case?