From 1cd49f75aa0dd71a1df44a1740dd4c15fe5656cf Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 24 Feb 2018 15:19:44 +0300 Subject: SendSS: Reworking settings (#1144) CloudFile: fix upload service Db_autobackups: fix build --- plugins/Db_autobackups/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 1fad41efd7..64f3407953 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -59,8 +59,8 @@ extern HINSTANCE g_hInstance; extern char g_szMirVer[]; static IconItem iconList[] = { - { LPGEN("Backup profile"), "backup", IDI_ICON1 }, - { LPGEN("Save profile as..."), "saveas", IDI_ICON1 } + { LPGEN("Backup profile"), "backup", IDI_BACKUP }, + { LPGEN("Save profile as..."), "saveas", IDI_BACKUP } }; #endif -- cgit v1.2.3