diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 02:53:08 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 |
commit | 3d25cd5ae8241b687b970f8c1861451636a8f6ea (patch) | |
tree | 5d1d0639679cb8643c1c9359b53c36cfbce1a222 /includes/stock.h | |
parent | 2c017509271c1ddd3d2b4bfe55608dcc63941034 (diff) |
FIX Missing icons, menu about, cleaning
Diffstat (limited to 'includes/stock.h')
-rw-r--r-- | includes/stock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/stock.h b/includes/stock.h index b79c263e..d3efffdb 100644 --- a/includes/stock.h +++ b/includes/stock.h @@ -19,6 +19,8 @@ #ifndef __STOCK_H__ #define __STOCK_H__ +#define HI_STOCK_CLIPBOARD "hi-stock-clipboard" +#define HI_STOCK_REFRESH "hi-stock-refresh" #define HI_STOCK_REPORT "hi-stock-report" #define HI_STOCK_INTERNET "hi-stock-internet" #define HI_STOCK_MODULE "hi-stock-module" |