aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/stock.c
diff options
context:
space:
mode:
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;