diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-16 13:59:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-16 13:59:21 +0000 |
commit | 44107dd903dd04d00ed3003049f098a24624151f (patch) | |
tree | 760a3b7e7c04b9baa623ec8f3e4f5739108f2682 /plugins/DbEditorPP | |
parent | ef92e3ef473fd0e3bea04af6179678e615b1813f (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP')
-rw-r--r-- | plugins/DbEditorPP/src/main_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/main_window.cpp b/plugins/DbEditorPP/src/main_window.cpp index 25817ab206..6dfe850baf 100644 --- a/plugins/DbEditorPP/src/main_window.cpp +++ b/plugins/DbEditorPP/src/main_window.cpp @@ -409,7 +409,7 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) }
break;
- ///////////////////////// // watches
+ // watches
case MENU_VIEW_WATCHES:
openWatchedVarWindow();
break;
|