summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/src/openerror.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-08-04 18:54:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-08-04 18:54:48 +0300
commitb334ced17b8a0493ca2070a0065b1954f5a82abe (patch)
tree86051ac64d7871e9c386974098c43cc3c1695b3e /plugins/DbChecker/src/openerror.cpp
parentdb31374dcce6b858d553452aa1829687ef5071fd (diff)
unused code removed
Diffstat (limited to 'plugins/DbChecker/src/openerror.cpp')
-rw-r--r--plugins/DbChecker/src/openerror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/src/openerror.cpp b/plugins/DbChecker/src/openerror.cpp
index 42a4d4e2eb..e5cf04c98a 100644
--- a/plugins/DbChecker/src/openerror.cpp
+++ b/plugins/DbChecker/src/openerror.cpp
@@ -45,7 +45,7 @@ INT_PTR CALLBACK OpenErrorDlgProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM
break;
case IDOK:
- OpenDatabase(hdlg, IDD_FILEACCESS);
+ OpenDatabase(hdlg);
break;
}
break;