diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 15:03:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 15:03:45 +0000 |
commit | 100f19d51ba640c183c651426555145e8f9f2014 (patch) | |
tree | b47835f718f0d4b428023d962929107c58326a64 /plugins/Db_autobackups/src/headers.h | |
parent | a6fa2268edcd1ec211ef101762232c97e9bb2833 (diff) |
Db_autobackups: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/headers.h')
-rw-r--r-- | plugins/Db_autobackups/src/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/headers.h b/plugins/Db_autobackups/src/headers.h index cb03254a30..77fdd86a14 100644 --- a/plugins/Db_autobackups/src/headers.h +++ b/plugins/Db_autobackups/src/headers.h @@ -42,7 +42,7 @@ 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 }
};
|