summaryrefslogtreecommitdiff
path: root/hardinfo2/stock.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-04 17:15:12 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-04 17:15:12 +0000
commita1054182ecd202db45cde1883991d70dbb954763 (patch)
tree9353c7e206a89d4684a169704e29cc01b35a0188 /hardinfo2/stock.c
parentb447372e7c120e2336fe0ac910792b04e1688af2 (diff)
Add about information.
Diffstat (limited to 'hardinfo2/stock.c')
-rw-r--r--hardinfo2/stock.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/hardinfo2/stock.c b/hardinfo2/stock.c
index 7dc22b7d..98052186 100644
--- a/hardinfo2/stock.c
+++ b/hardinfo2/stock.c
@@ -25,8 +25,10 @@ static struct {
gchar *filename;
gchar *stock_id;
} stock_icons[] = {
- { "report.png", HI_STOCK_REPORT },
- { "internet.png", HI_STOCK_INTERNET },
+ { "report.png", HI_STOCK_REPORT },
+ { "internet.png", HI_STOCK_INTERNET },
+ { "module.png", HI_STOCK_MODULE },
+ { "about-modules.png", HI_STOCK_ABOUT_MODULES },
};
static GtkIconFactory *icon_factory;