summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-05-05 23:38:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-05-05 23:38:31 +0000
commit348b66f3e1fa101f448c5a6f7f2f8bcc8d3a1b6f (patch)
tree3243cbb8eade53f35a98833cb8fefc67cf081c07 /docs/reference/gtk/Makefile.am
parentb136668cb21c3b957f5136dacc000a0a7c8a837a (diff)
downloadgtk+-348b66f3e1fa101f448c5a6f7f2f8bcc8d3a1b6f.tar.gz
Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer
2008-05-05 Matthias Clasen <mclasen@redhat.com> Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer status information in the print dialog. * modules/printbackends/cups/gtkprintbackendcups.c: Translate printer-state-reasons into suitable messages and icons. * gtk/stock-icons/16/gtk-print-error.{svg,png}: * gtk/stock-icons/16/gtk-print-report.{svg,png}: * gtk/stock-icons/16/gtk-print-warning.{svg,png}: * gtk/Makefile.am: * gtk/gtkstock.h: New stock icons to display printer state. svn path=/trunk/; revision=20076
Diffstat (limited to 'docs/reference/gtk/Makefile.am')
-rw-r--r--docs/reference/gtk/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index fca0a7a639..ef4d54287a 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -238,7 +238,10 @@ HTML_IMAGES = \
$(top_srcdir)/gtk/stock-icons/24/gtk-paste.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-preferences.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-print.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-print-error.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-print-preview.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-print-report.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-print-warning.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-properties.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-quit.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-redo-ltr.png \