summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/headers.h
diff options
context:
space:
mode:
authorSergey Tatarinov <tatarinov.sergey@gmail.com>2015-01-10 20:51:10 +0000
committerSergey Tatarinov <tatarinov.sergey@gmail.com>2015-01-10 20:51:10 +0000
commitb454349d50a819960b7bc199a1c368f97ffc1a9d (patch)
treef670fcc6e0487b5eb9fff93a893fba6438530546 /plugins/Db_autobackups/src/headers.h
parentc0ea3f567b5185d22cb120bf4b17d1fb77c6c95d (diff)
Db_autobackups: reverted icon in the popup
git-svn-id: http://svn.miranda-ng.org/main/trunk@11826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/headers.h')
-rw-r--r--plugins/Db_autobackups/src/headers.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/plugins/Db_autobackups/src/headers.h b/plugins/Db_autobackups/src/headers.h
index 77fdd86a14..a3bc9d04a9 100644
--- a/plugins/Db_autobackups/src/headers.h
+++ b/plugins/Db_autobackups/src/headers.h
@@ -23,29 +23,26 @@
#include "version.h"
-#define MS_AB_BACKUP "AB/Backup"
-#define MS_AB_SAVEAS "AB/SaveAs"
+#define MS_AB_BACKUP "AB/Backup"
+#define MS_AB_SAVEAS "AB/SaveAs"
-#define SUB_DIR L"\\AutoBackups"
-#define DIR L"%miranda_userdata%"
+#define SUB_DIR L"\\AutoBackups"
+#define DIR L"%miranda_userdata%"
int SetBackupTimer(void);
int OptionsInit(WPARAM wParam, LPARAM lParam);
int LoadOptions(void);
-void BackupStart(TCHAR *backup_filename);
+void BackupStart(TCHAR *backup_filename);
extern HINSTANCE g_hInstance;
-extern TCHAR *profilePath;
-
+extern TCHAR *profilePath;
static IconItem iconList[] = {
- { LPGEN("Backup profile"), "backup", IDI_ICON1 },
+ { LPGEN("Backup profile"), "backup", IDI_ICON1 },
{ LPGEN("Save profile as..."), "saveas", IDI_ICON1 }
};
-
-
#endif