summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n.c b/i18n.c
index 990752a..52def0c 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
#include <vdr/config.h>
cText2SkinI18n::cText2SkinI18n(const char *Skin) :
- mIdentity(std::string("vdr-"PLUGIN_NAME_I18N"-") + Skin)
+ mIdentity(std::string( "vdr-"PLUGIN_NAME_I18N"-" ) + Skin)
{
I18nRegister(mIdentity.substr(mIdentity.find('-') + 1).c_str());
}