From: joncruz Date: Sat, 13 Sep 2008 06:57:34 +0000 (+0000) Subject: More tabs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ddf75e186aecfac23975241ff0177ed738b3f7be;p=inkscape.git More tabs --- 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