diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-13 02:18:18 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-13 02:18:18 +0000 |
| commit | dc25068c7cb8e7c3af4f575c1487b4539d9372c2 (patch) | |
| tree | 62ab5adcb9f1126980c009819b565999e89e8f46 /src/main.cpp | |
| parent | * packaging/macosx/Resources/openDoc: Fix a bug with the path being set (diff) | |
| download | inkscape-dc25068c7cb8e7c3af4f575c1487b4539d9372c2.tar.gz inkscape-dc25068c7cb8e7c3af4f575c1487b4539d9372c2.zip | |
added missing ';'
(bzr r5075)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 30bb0a09f..7530b854b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -462,7 +462,7 @@ main(int argc, char **argv) #ifdef ENABLE_NLS #ifdef WIN32 - _win32_set_inkscape_env(argv[0]) + _win32_set_inkscape_env(argv[0]); RegistryTool rt; rt.setPathInfo(); gchar *pathBuf = g_strconcat(g_path_get_dirname(argv[0]), "\\", PACKAGE_LOCALE_DIR, NULL); |
