Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-stock-icons.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-05 18:44:05 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-05 18:44:05 (GMT)
commit123c289b5442279363e5961b8ffbe3ca37701e87 (patch)
tree01dfa4b3ae9e3869461324379d7a025a8b4146cc /shell/ev-stock-icons.c
parentc53c25254090772017a9a1eae05210f4d7d3da2c (diff)
second part of commit
Diffstat (limited to 'shell/ev-stock-icons.c')
-rw-r--r--shell/ev-stock-icons.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c
index 2dc9a88..b0c9fd8 100644
--- a/shell/ev-stock-icons.c
+++ b/shell/ev-stock-icons.c
@@ -38,7 +38,9 @@ typedef struct {
static const EvStockIcon stock_icons [] = {
{ EV_STOCK_ZOOM_PAGE, "stock_zoom-page" },
{ EV_STOCK_ZOOM_WIDTH, "stock_zoom-page-width" },
- { EV_STOCK_LEAVE_FULLSCREEN, "stock_leave-fullscreen" }
+ { EV_STOCK_LEAVE_FULLSCREEN, "stock_leave-fullscreen" },
+ { EV_STOCK_VIEW_DUAL, "stock_preview-two-pages" },
+ { EV_STOCK_VIEW_CONTINUOUS, "stock_new-master-document" }
};