summaryrefslogtreecommitdiff
path: root/gtk/gtkstock.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-05-16 15:23:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-16 15:23:01 +0000
commit968149a9952b9be9b471dfe769ff3946773f5dad (patch)
tree98abd78f12880e7549a8912b9613b93bed50be1a /gtk/gtkstock.h
parent61fe062e42449fdc09f1e4d4beea70e339367b31 (diff)
downloadgtk+-968149a9952b9be9b471dfe769ff3946773f5dad.tar.gz
Add labels for page orientations, also add the fourth one. (#339589)
2006-05-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpagesetupunixdialog.c (populate_dialog): Add labels for page orientations, also add the fourth one. (#339589) * gtk/stock-icons/24/gtk-orientation-reverse-portrait.png: New icon. * gtk/Makefile.am: Add it here. * gtk/gtkstock.[hc]: Add stock items for the page orientations.
Diffstat (limited to 'gtk/gtkstock.h')
-rw-r--r--gtk/gtkstock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h
index b0359f50aa..22df23ac51 100644
--- a/gtk/gtkstock.h
+++ b/gtk/gtkstock.h
@@ -137,6 +137,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
#define GTK_STOCK_ORIENTATION_PORTRAIT "gtk-orientation-portrait"
#define GTK_STOCK_ORIENTATION_LANDSCAPE "gtk-orientation-landscape"
#define GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE "gtk-orientation-reverse-landscape"
+#define GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT "gtk-orientation-reverse-portrait"
#define GTK_STOCK_PASTE "gtk-paste"
#define GTK_STOCK_PREFERENCES "gtk-preferences"
#define GTK_STOCK_PRINT "gtk-print"