]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui_funcs.cxx
More tweaks to the automake/conf configuration scripts.
[flightgear.git] / src / GUI / gui_funcs.cxx
index 7127eae56913818c1a6afaec7004628019b84b4e..9800785be87670fe29916bce91ba87f23a1a2ead 100644 (file)
@@ -535,12 +535,12 @@ void helpCb (puObject *)
     }
     command += " &";
 #else // WIN32
-       command = "start ";
-       command += path.str();
+    command = "start ";
+    command += path.str();
 #endif
        
     system( command.c_str() );
-    mkDialog ("Help started in netscape window.");
+    mkDialog ("Help started in your web browser window.");
 }
 
 #if defined( TR_HIRES_SNAP)