diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-27 16:05:37 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-27 16:05:37 +0000 |
commit | f15d3511abd9c6dfe489cf2e325d24b77463cefb (patch) | |
tree | 8688d2c0034c88d8dc318cef5d40ba4fde006e2e /hardinfo2/stock.c | |
parent | 5f19b74bf1b3cd7132a51aa1803ad3bc0ba4be62 (diff) |
Added web links to the help menu (Report Bug and Open HardInfo webpage).
Diffstat (limited to 'hardinfo2/stock.c')
-rw-r--r-- | hardinfo2/stock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/stock.c b/hardinfo2/stock.c index 34aea2e9..3f7b5688 100644 --- a/hardinfo2/stock.c +++ b/hardinfo2/stock.c @@ -24,7 +24,8 @@ static struct { gchar *filename; gchar *stock_id; } stock_icons[] = { - { "report.png", HI_STOCK_REPORT} + { "report.png", HI_STOCK_REPORT }, + { "internet.png", HI_STOCK_INTERNET }, }; static GtkIconFactory *icon_factory; |