diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-25 21:33:41 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-25 21:33:41 +0000 |
commit | 03966e7ab430eca22c69685824a686f6586f0295 (patch) | |
tree | 2366537b9bb901d108e520c8053d4336caaf92bd /plugins/TabSRMM/src/container.cpp | |
parent | 6dc1339d0e0328b0e5738327696cb3fe6208e1eb (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@11068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/container.cpp')
-rw-r--r-- | plugins/TabSRMM/src/container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index ebe9c4ebc0..1962c1b8e1 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -929,7 +929,7 @@ panel_found: break; case ID_TABMENU_CLOSEOTHERTABS: CloseOtherTabs(hwndTab, *dat); - break; + break; case ID_TABMENU_SAVETABPOSITION: db_set_dw(dat->hContact, SRMSGMOD_T, "tabindex", dat->iTabID * 100); break; |