Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Jean-Marc> This patch re-adds ellipsis on some menu entries like | Jean-Marc> Layout>Document... or Edit>Preferences... | | Jean-Marc> Lars, can I apply this? | | I assume you actually want to see the patch. Here it is.
I agree with these changes. | JMarc | | | ? config.h.in | Index: lib/ChangeLog | =================================================================== | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v | retrieving revision 1.349 | diff -u -p -r1.349 ChangeLog | --- lib/ChangeLog 13 Jan 2003 23:35:18 -0000 1.349 | +++ lib/ChangeLog 15 Jan 2003 15:36:42 -0000 | @@ -1,3 +1,7 @@ | +2003-01-15 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> | + | + * ui/default.ui: re-add ellipsis on some menu entries | + | 2003-01-13 Angus Leeming <[EMAIL PROTECTED]> | | * scripts/convertDefault.sh: make it return the exit status of the | Index: lib/ui/default.ui | =================================================================== | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ui/default.ui,v | retrieving revision 1.106 | diff -u -p -r1.106 default.ui | --- lib/ui/default.ui 30 Oct 2002 02:08:51 -0000 1.106 | +++ lib/ui/default.ui 15 Jan 2003 15:36:42 -0000 | @@ -75,13 +75,13 @@ Menuset | Submenu "Math|M" "edit_math" | Separator | #Item "Read Only" "buffer-toggle-read-only" | - Item "Spellchecker|S" "spellchecker" | - Item "Thesaurus" "thesaurus-entry" | + Item "Spellchecker...|S" "spellchecker" | + Item "Thesaurus..." "thesaurus-entry" | Item "Check TeX|h" "buffer-chktex" | Item "Remove All Error Boxes|E" "error-remove-all" | Item "Open/Close float|l" "inset-toggle" | Separator | - Item "Preferences|P" "dialog-preferences" | + Item "Preferences...|P" "dialog-preferences" | Item "Reconfigure|R" "reconfigure" | End | | @@ -200,7 +200,7 @@ Menuset | Item "Footnote|F" "footnote-insert" | Item "Marginal Note|M" "marginalnote-insert" | Item "Short Title" "optional-insert" | - Item "Index Entry|I" "index-insert" | + Item "Index Entry...|I" "index-insert" | Item "URL...|U" "url-insert" | Item "Note|N" "note-insert" | Submenu "Lists & TOC|O" "insert_toc" | @@ -296,10 +296,10 @@ Menuset | # LAYOUT MENU | # | Menu "layout" | - Item "Character|C" "layout-character" | - Item "Paragraph|P" "layout-paragraph" | - Item "Document|D" "layout-document" | - OptItem "Tabular|T" "layout-tabular" | + Item "Character...|C" "layout-character" | + Item "Paragraph...|P" "layout-paragraph" | + Item "Document...|D" "layout-document" | + OptItem "Tabular...|T" "layout-tabular" | Separator | Item "Emphasize Style|E" "font-emph" | Item "Noun Style|N" "font-noun" | @@ -308,7 +308,7 @@ Menuset | Separator | Item "Decrease Environment Depth|v" "depth-decrement" | Item "Increase Environment Depth|i" "depth-increment" | - Item "Preamble|r" "layout-preamble" | + Item "Preamble...|r" "layout-preamble" | Item "Start Appendix Here|S" "appendix" | End | -- Lgb