diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-13 15:32:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-13 15:32:29 +0300 |
commit | b72c92d7edbcb45d14b77545473155f1620a709a (patch) | |
tree | 428932c6e645930b9f9394457a8f1ec7b3ea67a4 | |
parent | 0d00f08143af8fe6fcfdee4c3a8c8a5b4b2255ec (diff) |
fixes #1488 (Idle: crash on settings open)
-rw-r--r-- | src/core/stdautoaway/src/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdautoaway/src/options.cpp b/src/core/stdautoaway/src/options.cpp index aeaa9c66fb..a3c5992461 100644 --- a/src/core/stdautoaway/src/options.cpp +++ b/src/core/stdautoaway/src/options.cpp @@ -126,7 +126,6 @@ int IdleOptInit(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = {}; odp.position = 100000000; - odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_IDLE); odp.szGroup.a = LPGEN("Status"); odp.szTitle.a = LPGEN("Idle"); odp.flags = ODPF_BOLDGROUPS; |