summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/ui.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-31 17:35:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-31 17:35:52 +0000
commitfba12be553799e51a0c48bc9083edc21741888bd (patch)
tree8a4e6073788341844c439a6f333a71aa78fbe2b8 /plugins/CrashDumper/src/ui.cpp
parentd2b1030f624fc0b0688972388d68a85a47180476 (diff)
custom os version detection replaced with the core one
git-svn-id: http://svn.miranda-ng.org/main/trunk@14766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/ui.cpp')
-rw-r--r--plugins/CrashDumper/src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp
index 5f6066cafa..26989f5ad8 100644
--- a/plugins/CrashDumper/src/ui.cpp
+++ b/plugins/CrashDumper/src/ui.cpp
@@ -271,7 +271,7 @@ LRESULT CALLBACK DlgProcPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
break;
case WM_COMMAND:
- switch ((int)PUGetPluginData(hWnd)) {
+ switch ((INT_PTR)PUGetPluginData(hWnd)) {
case 0:
OpenAuthUrl("http://vi.miranda-ng.org/detail/%s");
break;