summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 414a649)
raw | patch | inline | side by side (parent: 414a649)
author | joncruz <joncruz@users.sourceforge.net> | |
Sat, 13 Sep 2008 06:57:34 +0000 (06:57 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Sat, 13 Sep 2008 06:57:34 +0000 (06:57 +0000) |
src/main.cpp | patch | blob | history |
diff --git a/src/main.cpp b/src/main.cpp
index 77b7c5382fd8a1eca222981142d3bfe79b889939..932a16b73b1b7065353e1b21dcb7c45c72f31327 100644 (file)
--- a/src/main.cpp
+++ b/src/main.cpp
#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