Index: transmission-1.34/gtk/actions.c
===================================================================
--- transmission-1.34.orig/gtk/actions.c	2009-03-07 08:01:59.000000000 +0000
+++ transmission-1.34/gtk/actions.c	2009-03-07 08:19:46.000000000 +0000
@@ -102,9 +102,9 @@
   { "sort-menu", NULL, N_("_Sort Torrents By"), NULL, NULL, NULL },
   { "edit-menu", NULL, N_("_Edit"), NULL, NULL, NULL },
   { "help-menu", NULL, N_("_Help"), NULL, NULL, NULL },
-  { "add-torrent-toolbar", GTK_STOCK_ADD, NULL, NULL, N_("Add a torrent"), G_CALLBACK(action_cb) },
+  { "add-torrent-toolbar", "qgn_toolb_rss_addfeed", NULL, NULL, N_("Add a torrent"), G_CALLBACK(action_cb) },
   { "add-torrent-menu", GTK_STOCK_ADD, N_("_Add..."), "<control>D", N_("Add a torrent"), G_CALLBACK(action_cb) },
-  { "start-torrent", GTK_STOCK_MEDIA_PLAY,
+  { "start-torrent", "qgn_toolb_browser_gobutton",
     N_("_Start"), "<control>S", N_("Start torrent"), G_CALLBACK(action_cb) },
   { "show-stats", NULL, N_("_Statistics"), NULL, NULL, G_CALLBACK(action_cb) },
   { "verify-torrent", NULL,
@@ -122,7 +122,7 @@
   { "deselect-all", NULL,
     N_("Dese_lect All"), "<shift><control>A", NULL, G_CALLBACK(action_cb) },
   { "edit-preferences", GTK_STOCK_PREFERENCES, NULL, NULL, NULL, G_CALLBACK(action_cb) },
-  { "show-torrent-details", GTK_STOCK_INFO,
+  { "show-torrent-details", "qgn_toolb_gene_detailsbutton",
     N_("_Details"), "<alt>Return", N_("Torrent details"), G_CALLBACK(action_cb) },
   { "open-torrent-folder", GTK_STOCK_OPEN,
     N_("_Open Folder"), NULL, NULL, G_CALLBACK(action_cb) },
