diff options
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); |
