The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 1e50bfb44650f81149c2a713f6febe109fdffd04 Author: Tommaso Cucinotta <[email protected]> Date: Wed Oct 17 22:57:43 2012 +0100 Call a LyX note as a LyX note consistently in the toolbar and menus. The term "LyX note" seems somewhat confusing, but until someone comes up with a better name, at least it's consistently referred to as a LyX note. diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 1670d8b..2098dea 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -127,7 +127,7 @@ ToolbarSet Separator Item "Insert footnote" "footnote-insert" Item "Insert margin note" "marginalnote-insert" - Item "Insert note" "note-insert" + Item "Insert LyX note" "note-insert" Item "Insert box" "box-insert Frameless" Item "Insert hyperlink" "href-insert" Item "Insert TeX code" "ert-insert" ----------------------------------------------------------------------- Summary of changes: lib/ui/stdtoolbars.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
