summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-31 15:42:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-31 15:42:14 +0300
commit5f7acbc21e1809e8f6afb3c98302a474a530113e (patch)
tree8c9477f2bb3f186805c34b04ef0821979378baff /plugins/Db_autobackups/src/stdafx.h
parenta5c2c9d611260f72501304911862f4fda6b95421 (diff)
db_autobackups:
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап); - code cleaning; - version bump
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r--plugins/Db_autobackups/src/stdafx.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h
index d166442589..48ccefd7df 100644
--- a/plugins/Db_autobackups/src/stdafx.h
+++ b/plugins/Db_autobackups/src/stdafx.h
@@ -25,6 +25,7 @@ namespace fs = std::filesystem;
#include <m_icolib.h>
#include <m_autobackups.h>
#include <m_gui.h>
+#include <m_timezones.h>
#include <m_variables.h>
#include <m_folders.h>
@@ -75,9 +76,4 @@ int CreateZipFile(const wchar_t *szDestPath, OBJLIST<ZipFile> &lstFiles, const s
extern char g_szMirVer[];
-static IconItem iconList[] = {
- { LPGEN("Backup profile"), "backup", IDI_BACKUP },
- { LPGEN("Save profile as..."), "saveas", IDI_BACKUP }
-};
-
#endif