From 5f7acbc21e1809e8f6afb3c98302a474a530113e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Mar 2021 15:42:14 +0300 Subject: db_autobackups: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап); - code cleaning; - version bump --- plugins/Db_autobackups/src/stdafx.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/Db_autobackups/src/stdafx.h') 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 #include #include +#include #include #include @@ -75,9 +76,4 @@ int CreateZipFile(const wchar_t *szDestPath, OBJLIST &lstFiles, const s extern char g_szMirVer[]; -static IconItem iconList[] = { - { LPGEN("Backup profile"), "backup", IDI_BACKUP }, - { LPGEN("Save profile as..."), "saveas", IDI_BACKUP } -}; - #endif -- cgit v1.2.3