From ddf75e186aecfac23975241ff0177ed738b3f7be Mon Sep 17 00:00:00 2001 From: joncruz Date: Sat, 13 Sep 2008 06:57:34 +0000 Subject: [PATCH] More tabs --- src/main.cpp | 4 ++-- 1 file 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 -- 2.30.2