diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-20 18:30:56 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-20 18:30:56 +0000 |
commit | 32aac6884eeff071503b70d7e441244a5690382c (patch) | |
tree | ff7e896cdc5aa48197dda6f68547b2d3f20e9655 /protocols/Tox/src/tox_options.cpp | |
parent | 8c4e9632602b62e7484fab3a741bbc1daa33c412 (diff) |
Tox: fixed status message
git-svn-id: http://svn.miranda-ng.org/main/trunk@10244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_options.cpp')
-rw-r--r-- | protocols/Tox/src/tox_options.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index e048769ce1..9571014deb 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -173,9 +173,6 @@ INT_PTR CALLBACK CToxProto::ToxProfileManagerProc(HWND hwnd, UINT uMsg, WPARAM w }
break;
- case IDCANCEL:
- EndDialog(hwnd, 0);
- break;
}
break;
}
|