diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 77b7c5382..932a16b73 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -509,8 +509,8 @@ main(int argc, char **argv) #ifdef ENABLE_NLS #ifdef WIN32 Glib::ustring localePath = homedir; - localePath += "\\"; - localePath += PACKAGE_LOCALE_DIR; + localePath += "\\"; + localePath += PACKAGE_LOCALE_DIR; bindtextdomain(GETTEXT_PACKAGE, localePath.c_str()); #else #ifdef ENABLE_BINRELOC |
