ports/graphics/gtkam/patches/patch-src_gtkam-main_c

11 lines
515 B
Text

--- src/gtkam-main.c.orig Sat Oct 4 16:03:24 2008
+++ src/gtkam-main.c Sun Nov 8 18:17:57 2009
@@ -574,7 +574,7 @@ static GtkActionEntry entries[] = {
/* Toggle menu items */
static GtkToggleActionEntry toggle_entries[] = {
- { "ViewThumbnails", NULL, N_("_View Thumbnails"), NULL, NULL, G_CALLBACK (action_view_thumbnails), TRUE }
+ { "ViewThumbnails", GTK_STOCK_ORIENTATION_PORTRAIT, N_("_View Thumbnails"), NULL, NULL, G_CALLBACK (action_view_thumbnails), TRUE }
};
static const char *ui_description =