X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c9892c2a8c2d0e06e1823e375bdec6ec58fe828..12447831a8ebc506f730cafac6f6ef13f243b7d2:/src/common/cmdline.cpp diff --git a/src/common/cmdline.cpp b/src/common/cmdline.cpp index 2c5ea56421..b25e322760 100644 --- a/src/common/cmdline.cpp +++ b/src/common/cmdline.cpp @@ -990,7 +990,7 @@ static wxString GetTypeName(wxCmdLineParamType type) /* This function is mainly used under Windows (as under Unix we always get the - command line arguments as agrc/argv anyhow) and so it tries to handle the + command line arguments as argc/argv anyhow) and so it tries to handle the Windows path names (separated by backslashes) correctly. For this it only considers that a backslash may be used to escape another backslash (but normally this is _not_ needed) or a quote but nothing else.