summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-09 15:58:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-09 15:58:00 +0000
commitb9a874d255a4c32297b3081d7bd94407595b2cab (patch)
tree5728a7a888f33d47cbd05e93b6bef1ff48985bdd /plugins/TabSRMM
parent01c9623d150e101e9e7f803f632e856b21be48ff (diff)
any received event to select the default sub
git-svn-id: http://svn.miranda-ng.org/main/trunk@8508 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/msgdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp
index 7df0424184..064a069700 100644
--- a/plugins/TabSRMM/src/msgdialog.cpp
+++ b/plugins/TabSRMM/src/msgdialog.cpp
@@ -3071,7 +3071,7 @@ quote_from_last:
{
DWORD idFrom = GetDlgCtrlID((HWND)wParam);
if (idFrom >= MIN_CBUTTONID && idFrom <= MAX_CBUTTONID) {
- BB_CustomButtonClick(dat,idFrom,(HWND) wParam,1);
+ BB_CustomButtonClick(dat, idFrom, (HWND)wParam, 1);
break;
}