eog r4890 - in trunk: . src



Author: friemann
Date: Fri Dec  5 11:22:06 2008
New Revision: 4890
URL: http://svn.gnome.org/viewvc/eog?rev=4890&view=rev

Log:
2008-12-05  Felix Riemann  <friemann svn gnome org>

	* src/eog-window.c: Use stock label for page setup menu item to 
	stay in sync with HIG. Fixes bug #514352 (Bob Mauchin).


Modified:
   trunk/ChangeLog
   trunk/src/eog-window.c

Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c	(original)
+++ trunk/src/eog-window.c	Fri Dec  5 11:22:06 2008
@@ -3396,7 +3396,7 @@
 	{ "FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _As..."), "<control><shift>s",
 	  N_("Save the selected images with a different name"),
 	  G_CALLBACK (eog_window_cmd_save_as) },
-	{ "FilePageSetup", "document-page-setup", N_("Page Set_up..."), NULL,
+	{ "FilePageSetup", GTK_STOCK_PAGE_SETUP, NULL, NULL,
 	  N_("Setup the page properties for printing"),
 	  G_CALLBACK (eog_window_cmd_page_setup) },
 	{ "FilePrint", GTK_STOCK_PRINT, N_("_Print..."), "<control>p",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]