aboutsummaryrefslogtreecommitdiff
path: root/shell/stock.c
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 02:53:08 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:53 +0100
commit3d25cd5ae8241b687b970f8c1861451636a8f6ea (patch)
tree5d1d0639679cb8643c1c9359b53c36cfbce1a222 /shell/stock.c
parent2c017509271c1ddd3d2b4bfe55608dcc63941034 (diff)
FIX Missing icons, menu about, cleaning
Diffstat (limited to 'shell/stock.c')
-rw-r--r--shell/stock.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/stock.c b/shell/stock.c
index 3fe7cbdd..de5fc72c 100644
--- a/shell/stock.c
+++ b/shell/stock.c
@@ -25,11 +25,13 @@ static struct {
gchar *filename;
gchar *stock_id;
} stock_icons[] = {
+ { "clipboard.png", HI_STOCK_CLIPBOARD},
+ { "refresh.png", HI_STOCK_REFRESH},
{ "report.png", HI_STOCK_REPORT},
{ "internet.png", HI_STOCK_INTERNET},
{ "module.png", HI_STOCK_MODULE},
{ "about-modules.png", HI_STOCK_ABOUT_MODULES},
- { "syncmanager-small.png", HI_STOCK_SYNC_MENU},
+ { "server_sync.png", HI_STOCK_SYNC_MENU},
{ "face-grin.png", HI_STOCK_DONATE},
{ "server.png", HI_STOCK_SERVER},
};