summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-16 13:59:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-16 13:59:21 +0000
commit44107dd903dd04d00ed3003049f098a24624151f (patch)
tree760a3b7e7c04b9baa623ec8f3e4f5739108f2682 /plugins/DbEditorPP
parentef92e3ef473fd0e3bea04af6179678e615b1813f (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.cpp2
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;