diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-25 15:46:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-25 15:46:39 +0300 |
commit | f0c30e09912360c393c53431a61df2eb42d61f53 (patch) | |
tree | 8f4a5bb57e417edcc92b253d46f56a4ad1f17f77 /plugins/NewStory/src/templates.cpp | |
parent | f5e4db1c78db17956920f88cea5e6914ec668e24 (diff) |
NewStory:
- fix for fonts & colors' registration
- fix for 64-bit WINAPI;
Diffstat (limited to 'plugins/NewStory/src/templates.cpp')
-rw-r--r-- | plugins/NewStory/src/templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index 199b009458..84e72ed00d 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -459,7 +459,7 @@ void vfOther(int mode, TemplateVars *vars, HANDLE hContact, HistoryArray::ItemDa // Option dialog -BOOL CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) +INT_PTR CALLBACK OptTemplatesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { static int CurrentTemplate; switch (msg) |