diff options
Diffstat (limited to 'plugins/Db_autobackups')
-rw-r--r-- | plugins/Db_autobackups/version.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/Db_autobackups/version.h b/plugins/Db_autobackups/version.h index 37c48ddca2..e7151dfccb 100644 --- a/plugins/Db_autobackups/version.h +++ b/plugins/Db_autobackups/version.h @@ -3,14 +3,6 @@ #define __VERSION_DWORD 0x00000008
#define __PLUGIN_NAME_BASE "DB Autobackuper"
+#define __PLUGIN_NAME __PLUGIN_NAME_BASE
#define __PLUGIN_DESC __PLUGIN_NAME_BASE " plugin."
#define __COPYRIGHTS "© 2005-2011 chaos.persei, sje, Kildor, Billy_Bons, Vasilich"
-
-#if defined (_WIN64)
-#define __PLUGIN_NAME __PLUGIN_NAME_BASE " (x64)"
-#elif (UNICODE)
-#define __PLUGIN_NAME __PLUGIN_NAME_BASE " (Unicode)"
-#else
-#define __PLUGIN_NAME __PLUGIN_NAME_BASE
-#endif
-
|