]> spindle.queued.net Git - midori/commitdiff
Add STOCK_WEB_BROWSER to the stock items
authorChristian Dywan <christian@twotoasts.de>
Mon, 22 Jun 2009 19:31:42 +0000 (21:31 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 22 Jun 2009 19:31:42 +0000 (21:31 +0200)
midori/midori-stock.h
midori/sokoke.c

index 3b8436e8e12bfa39bf82ee832da9b3a8d0718d2a..2ee090d07e6be43f2a1ce80cd6da2670d577603c 100644 (file)
@@ -25,6 +25,7 @@
 #define STOCK_EXTENSION          "extension"
 #define STOCK_EXTENSIONS         "extension"
 #define STOCK_HISTORY            "document-open-recent"
+#define STOCK_WEB_BROWSER        "web-browser"
 #define STOCK_NEWS_FEED          "news-feed"
 #define STOCK_STYLE              "gnome-settings-theme"
 #define STOCK_STYLES             "gnome-settings-theme"
index 4627767110351e10b42b0422abf201994af1d433..f3bab36c35f7afa4b8392a6d4ddf9b0d85a71c94 100644 (file)
@@ -850,6 +850,7 @@ sokoke_register_stock_items (void)
     {
         { STOCK_EXTENSION, NULL, 0, 0, GTK_STOCK_CONVERT },
         { STOCK_IMAGE, NULL, 0, 0, GTK_STOCK_ORIENTATION_PORTRAIT },
+        { STOCK_WEB_BROWSER, NULL, 0, 0, "gnome-web-browser" },
         { STOCK_NEWS_FEED, NULL, 0, 0, GTK_STOCK_INDEX },
         { STOCK_SCRIPT, NULL, 0, 0, GTK_STOCK_EXECUTE },
         { STOCK_STYLE, NULL, 0, 0, GTK_STOCK_SELECT_COLOR },