diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-08 14:22:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-08 14:22:06 +0300 |
commit | 447e5fbb0fc7062b6749afe84252e2978ee57094 (patch) | |
tree | 4d21b130a47ce39e443da38075f1b5231422050f /plugins/NewStory/src/templates.h | |
parent | 265d46dea7c95dfb1bf78cdba7299fd39767abd0 (diff) |
NewStory to use common icons for files & URLs
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r-- | plugins/NewStory/src/templates.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h index b1542bd607..4349ea79d5 100644 --- a/plugins/NewStory/src/templates.h +++ b/plugins/NewStory/src/templates.h @@ -30,14 +30,16 @@ struct TemplateInfo { enum { VF_COUNT = 6 }; - char* setting; + char* setting; wchar_t* group; - int icon; + int iIcon; wchar_t* title; wchar_t* defvalue; wchar_t* value; wchar_t* tmpValue; VarFunc vf[VF_COUNT]; + + HICON getIcon() const; }; enum |