diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-21 10:54:54 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-21 10:54:54 +0000 |
commit | 71a591195618271973a12ae7ffaf288909481cbc (patch) | |
tree | 68ea841f948f1351099dd470ba966edf42125047 /hardinfo2/stock.c | |
parent | f7ab0cb977df0d6eba533a245c93da582b9f5f84 (diff) |
Cleanups. APM battery info fixes for Linux 2.6.
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 6387273a..438dfa38 100644 --- a/hardinfo2/stock.c +++ b/hardinfo2/stock.c @@ -30,6 +30,7 @@ static struct { { "module.png", HI_STOCK_MODULE }, { "about-modules.png", HI_STOCK_ABOUT_MODULES }, { "syncmanager-small.png", HI_STOCK_SYNC_MENU }, + { "face-grin.png", HI_STOCK_DONATE }, }; static GtkIconFactory *icon_factory; |