diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-04 17:15:12 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-04 17:15:12 +0000 |
commit | a1054182ecd202db45cde1883991d70dbb954763 (patch) | |
tree | 9353c7e206a89d4684a169704e29cc01b35a0188 /hardinfo2/stock.h | |
parent | b447372e7c120e2336fe0ac910792b04e1688af2 (diff) |
Add about information.
Diffstat (limited to 'hardinfo2/stock.h')
-rw-r--r-- | hardinfo2/stock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/stock.h b/hardinfo2/stock.h index 60ee782a..8f4e634b 100644 --- a/hardinfo2/stock.h +++ b/hardinfo2/stock.h @@ -21,6 +21,8 @@ #define HI_STOCK_REPORT "hi-stock-report" #define HI_STOCK_INTERNET "hi-stock-internet" +#define HI_STOCK_MODULE "hi-stock-module" +#define HI_STOCK_ABOUT_MODULES "hi-stock-about-modules" void stock_icons_init(void); void stock_icon_register(gchar *filename, gchar *stock_id); |