summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-04 17:35:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-04 17:35:56 +0300
commit932be7eac7944a69a1fe1acadcbcca2743377b3f (patch)
treee51383bd55fe9d6bbd223f1d5955a74867124707 /plugins/CrashDumper
parentf531ff887729783a7fe7a3e12ad12f658eefc7b0 (diff)
all improper calls of OnClose replaced with OnDestroy / OnApply
Diffstat (limited to 'plugins/CrashDumper')
-rw-r--r--plugins/CrashDumper/src/ui.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp
index 7018e90521..9dd4dc0cd5 100644
--- a/plugins/CrashDumper/src/ui.cpp
+++ b/plugins/CrashDumper/src/ui.cpp
@@ -65,7 +65,7 @@ public:
return true;
}
- bool OnClose() override
+ void OnDestroy() override
{
Window_FreeIcon_IcoLib(m_hwnd);
Utils_SaveWindowPosition(m_hwnd, NULL, MODULENAME, "ViewInfo_");
@@ -73,7 +73,6 @@ public:
pViewDialog = nullptr;
if (g_plugin.bServiceMode)
PostQuitMessage(0);
- return true;
}
int Resizer(UTILRESIZECONTROL *urc) override