diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-13 13:05:17 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-13 13:05:17 +0000 |
commit | f70403b0a5f74e13907262e668653eef29803754 (patch) | |
tree | 498345255df4283ba01b9f27a477005183cf11e5 /hardinfo2/stock.c | |
parent | b1d1223551baa57174020af62c58016deca90096 (diff) |
Started working on SyncManager (GUI only; does not work currently, needs backend).
Diffstat (limited to 'hardinfo2/stock.c')
-rw-r--r-- | hardinfo2/stock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/stock.c b/hardinfo2/stock.c index 98052186..6387273a 100644 --- a/hardinfo2/stock.c +++ b/hardinfo2/stock.c @@ -29,6 +29,7 @@ static struct { { "internet.png", HI_STOCK_INTERNET }, { "module.png", HI_STOCK_MODULE }, { "about-modules.png", HI_STOCK_ABOUT_MODULES }, + { "syncmanager-small.png", HI_STOCK_SYNC_MENU }, }; static GtkIconFactory *icon_factory; |