diff options
-rw-r--r-- | plugins/BASS_interface/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BASS_interface/src/Version.h b/plugins/BASS_interface/src/Version.h index 817ecd1662..05571ad9f6 100644 --- a/plugins/BASS_interface/src/Version.h +++ b/plugins/BASS_interface/src/Version.h @@ -10,7 +10,7 @@ #define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#define __PLUGIN_NAME "BASS_interface"
+#define __PLUGIN_NAME "BASS interface"
#define __INTERNAL_NAME "BASS_interface"
#define __FILENAME "BASS_interface.dll"
#define __DESCRIPTION "un4seen's BASS interface Miranda NG plugin."
|