diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-31 15:42:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-31 15:42:14 +0300 |
commit | 5f7acbc21e1809e8f6afb3c98302a474a530113e (patch) | |
tree | 8c9477f2bb3f186805c34b04ef0821979378baff /plugins/Db_autobackups/src/main.cpp | |
parent | a5c2c9d611260f72501304911862f4fda6b95421 (diff) |
db_autobackups:
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап);
- code cleaning;
- version bump
Diffstat (limited to 'plugins/Db_autobackups/src/main.cpp')
-rw-r--r-- | plugins/Db_autobackups/src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index c18e12f932..fa7dc4199a 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -6,6 +6,12 @@ HGENMENU g_hPopupMenu; HANDLE hFolder;
char g_szMirVer[100];
+static IconItem iconList[] =
+{
+ { LPGEN("Backup profile"), "backup", IDI_BACKUP },
+ { LPGEN("Save profile as..."), "saveas", IDI_BACKUP }
+};
+
/////////////////////////////////////////////////////////////////////////////////////////
PLUGININFOEX pluginInfoEx = {
|