summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-21 20:21:40 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-21 20:21:40 +0000
commit01c16f856928b859accef1aa4ee9def50dc8cad4 (patch)
treebed5055c6af485b8fb292a522fa821e86bc86d3a /plugins/Db_autobackups/src
parentbe54798e554d9b7f200bd84992e50cf80a25a7cf (diff)
Db_autobackups: vc2015 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src')
-rw-r--r--plugins/Db_autobackups/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp
index 8696288cd5..f0fe039fa9 100644
--- a/plugins/Db_autobackups/src/main.cpp
+++ b/plugins/Db_autobackups/src/main.cpp
@@ -41,7 +41,7 @@ extern "C" __declspec(dllexport) int Load(void)
HookEvent(ME_SYSTEM_PRESHUTDOWN, PreShutdown);
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoad);
- Icon_Register(g_hInstance, LPGEN("Database")"/"LPGEN("Database backups"), iconList, _countof(iconList));
+ Icon_Register(g_hInstance, LPGEN("Database") "/" LPGEN("Database backups"), iconList, _countof(iconList));
return 0;
}