mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove some gui remnants of print support.
This commit is contained in:
parent
23add332d9
commit
b4abecd99b
@ -380,7 +380,6 @@ size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap);
|
||||
PngMap sorted_theme_icon_map[] = {
|
||||
{ "bookmark-goto 0", "go-jump" },
|
||||
{ "buffer-new", "document-new" },
|
||||
{ "buffer-print", "document-print" },
|
||||
{ "buffer-write", "document-save" },
|
||||
{ "buffer-write-as", "document-save-as" },
|
||||
{ "buffer-zoom-in", "zoom-in" },
|
||||
@ -389,7 +388,6 @@ PngMap sorted_theme_icon_map[] = {
|
||||
{ "cut", "edit-cut" },
|
||||
{ "depth-decrement", "format-indent-less" },
|
||||
{ "depth-increment", "format-indent-more" },
|
||||
{ "dialog-show print", "document-print" },
|
||||
{ "dialog-show spellchecker", "tools-check-spelling" },
|
||||
{ "dialog-show-new-inset graphics", "insert-image" },
|
||||
{ "dialog-toggle findreplaceadv", "edit-find-replace" },
|
||||
|
@ -4153,7 +4153,7 @@ char const * const dialognames[] = {
|
||||
"external", "file", "findreplace", "findreplaceadv", "float", "graphics",
|
||||
"href", "include", "index", "index_print", "info", "listings", "label", "line",
|
||||
"log", "mathdelimiter", "mathmatrix", "mathspace", "nomenclature",
|
||||
"nomencl_print", "note", "paragraph", "phantom", "prefs", "print", "ref",
|
||||
"nomencl_print", "note", "paragraph", "phantom", "prefs", "ref",
|
||||
"sendto", "space", "spellchecker", "symbols", "tabular", "tabularcreate",
|
||||
"thesaurus", "texinfo", "toc", "view-source", "vspace", "wrap", "progress"};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user