summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-13 17:24:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-13 17:24:45 +0300
commit864dafee5d76c474b11ff034a108189af65043b9 (patch)
treec634f3d6f8863b42b55040554c9d0fc982195e5a /plugins
parent8b69a9fe05437f3729240cf44b02dfbb1293a119 (diff)
we need only one set of combobox lines, not two
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Db_autobackups/src/options.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp
index 047986ce85..837487560c 100644
--- a/plugins/Db_autobackups/src/options.cpp
+++ b/plugins/Db_autobackups/src/options.cpp
@@ -84,11 +84,6 @@ void COptionsDlg::OnInitDialog()
m_disablePopups.Show(ServiceExists(MS_POPUP_ADDPOPUPT));
- m_periodType.AddString(TranslateT("days"));
- m_periodType.AddString(TranslateT("hours"));
- m_periodType.AddString(TranslateT("minutes"));
- m_periodType.SetCurSel(options.period_type);
-
m_useCloudFile.Show(ServiceExists(MS_CLOUDFILE_UPLOAD));
m_cloudFileService.Show(ServiceExists(MS_CLOUDFILE_ENUMSERVICES));
if (ServiceExists(MS_CLOUDFILE_ENUMSERVICES)) {