Remove some gui remnants of print support.

This commit is contained in:
Richard Heck 2015-11-26 22:15:24 -05:00
parent 23add332d9
commit b4abecd99b
2 changed files with 1 additions and 3 deletions

View File

@ -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" },

View File

@ -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"};