summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-31 12:04:50 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-31 12:04:50 +0000
commit6a42ecdd788a6de69f2f40afc9c118016d9d66b2 (patch)
tree598ab47740b03a2585faf110338b6386235ee5d9 /src
parent6967fb68000cdf3431343ede41addcc5db2dfbae (diff)
this code is not needed anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@13934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/modules/database/profilemanager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/database/profilemanager.cpp b/src/modules/database/profilemanager.cpp
index 8cd17a683d..742f181d7a 100644
--- a/src/modules/database/profilemanager.cpp
+++ b/src/modules/database/profilemanager.cpp
@@ -592,8 +592,6 @@ public:
if (m_pd->noProfiles || shouldAutoCreate(m_pd->ptszProfile))
m_tab.ActivatePage(1);
- m_btnOk.Enable(false);
-
// service mode combobox
if (servicePlugins.getCount() == 0) {
ShowWindow(m_warning.GetHwnd(), FALSE);