The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 1bd405a93b290d204889ebb30c6eeeddb081580b Author: Tommaso Cucinotta <tomm...@lyx.org> Date: Wed Oct 17 00:24:33 2012 +0100 Remove the "pleonastic" View word from View menu entries. Adding the "pane" term to those entries seems also a nice thing, at least according to the New Oxf. Dict. :-). See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg175453.html diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index fc6073d..9cb6768 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -321,9 +321,9 @@ Menuset Item "Unfold Math Macro|n" "math-macro-unfold" Item "Fold Math Macro|d" "math-macro-fold" Separator - Item "View Outline|u" "dialog-toggle toc" - Item "View Source|S" "dialog-toggle view-source" - Item "View Messages|g" "dialog-toggle progress" + Item "Outline Pane|u" "dialog-toggle toc" + Item "Source Pane|S" "dialog-toggle view-source" + Item "Messages Pane|g" "dialog-toggle progress" Separator Item "Split View Into Left and Right Half|i" "view-split horizontal" Item "Split View Into Upper and Lower Half|e" "view-split vertical" ----------------------------------------------------------------------- Summary of changes: lib/ui/stdmenus.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- The LyX Source Repository