]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a typo ...
authorcurt <curt>
Mon, 9 Jul 2001 12:58:08 +0000 (12:58 +0000)
committercurt <curt>
Mon, 9 Jul 2001 12:58:08 +0000 (12:58 +0000)
src/GUI/gui.cxx

index 27af469bd78561ae1447eaf678baec03e0f3919c..985cfc60b68e51c6aefd0d8e7b2e28a90ef22755 100644 (file)
@@ -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 += " &";