diff options
Diffstat (limited to 'plugins/NewEventNotify/options.c')
-rw-r--r-- | plugins/NewEventNotify/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/options.c b/plugins/NewEventNotify/options.c index 5e45cee607..401ab0941d 100644 --- a/plugins/NewEventNotify/options.c +++ b/plugins/NewEventNotify/options.c @@ -308,7 +308,7 @@ int OptionsAdd(HINSTANCE hInst, WPARAM addInfo) odp.cbSize = sizeof(odp);
// odp.position = 100000000;
odp.hInstance = hInst;
- odp.pszTemplate = MAKEINTRESOURCE(IDD_OPT);
+ odp.pszTemplate = (char *)MAKEINTRESOURCE(IDD_OPT);
odp.ptszTitle = NENTranslateT(OPTIONS_TITLE, wsTitle);
odp.ptszGroup = NENTranslateT(OPTIONS_GROUP, wsGroup);
// odp.groupPosition = 910000000;
|