diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-09-13 06:57:34 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-09-13 06:57:34 +0000 |
| commit | 47fcfb0385644e751789444b03a3e06362836e0f (patch) | |
| tree | 21338ecda046b115a6999d3d1f1126fef3a12731 /src/main.cpp | |
| parent | Whitespace cleanup (diff) | |
| download | inkscape-47fcfb0385644e751789444b03a3e06362836e0f.tar.gz inkscape-47fcfb0385644e751789444b03a3e06362836e0f.zip | |
More tabs
(bzr r6798)
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 |
