[Rawstudio-commit] r2020 - trunk/src

Anders Brander anders at brander.dk
Wed Sep 17 23:29:52 CEST 2008


Author: abrander
Date: 2008-09-17 23:29:52 +0200 (Wed, 17 Sep 2008)
New Revision: 2020

Modified:
   trunk/src/rs-actions.c
Log:
[223] Changed icon for ProcessBatch to GTK_STOCK_EXECUTE.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c	2008-09-17 21:27:26 UTC (rev 2019)
+++ trunk/src/rs-actions.c	2008-09-17 21:29:52 UTC (rev 2020)
@@ -840,7 +840,7 @@
 	{ "AddToBatch", GTK_STOCK_ADD, _("_Add to batch queue"), "<control>B", NULL, ACTION_CB(add_to_batch) },
 	{ "AddViewToBatch", NULL, _("_Add current view to queue"), NULL, NULL, ACTION_CB(add_view_to_batch) },
 	{ "RemoveFromBatch", GTK_STOCK_REMOVE, _("_Remove from batch queue"), "<control><alt>B", NULL, ACTION_CB(remove_from_batch) },
-	{ "ProcessBatch", GTK_STOCK_CONVERT, _("_Start"), NULL, NULL, ACTION_CB(ProcessBatch) },
+	{ "ProcessBatch", GTK_STOCK_EXECUTE, _("_Start"), NULL, NULL, ACTION_CB(ProcessBatch) },
 
 	/* help menu */
 	{ "About", GTK_STOCK_ABOUT, _("_About"), NULL, NULL, ACTION_CB(about) },




More information about the Rawstudio-commit mailing list