From: curt Date: Mon, 9 Jul 2001 12:58:08 +0000 (+0000) Subject: Fixed a typo ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=df793e6763c43546afbc0694d467213f01a9a8ae;p=flightgear.git Fixed a typo ... --- diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 27af469bd..985cfc60b 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -440,7 +440,7 @@ void helpCb (puObject *) if ( system("xwininfo -name Netscape > /dev/null 2>&1") == 0 ) { command = help_app + " -remote \"openURL(" + path.str() + ")\""; } else { - command = help_app + path.str(); + command = help_app + " " + path.str(); } #if !defined(WIN32) command += " &";