Start the HTML documentation in the default browser on Mac OS X
This commit is contained in:
parent
da5d0ffc28
commit
65d24ffbb8
1 changed files with 5 additions and 3 deletions
|
@ -171,10 +171,12 @@ fgSetDefaults ()
|
|||
// fgSetString("/sim/startup/mouse-pointer", "disabled");
|
||||
fgSetString("/sim/control-mode", "joystick");
|
||||
fgSetBool("/sim/auto-coordination", false);
|
||||
#if !defined(WIN32)
|
||||
fgSetString("/sim/startup/browser-app", "netscape");
|
||||
#else
|
||||
#if defined(WIN32)
|
||||
fgSetString("/sim/startup/browser-app", "webrun.bat");
|
||||
#elif defined(__APPLE__)
|
||||
fgSetString("/sim/startup/browser-app", "open");
|
||||
#else
|
||||
fgSetString("/sim/startup/browser-app", "netscape");
|
||||
#endif
|
||||
fgSetString("/sim/logging/priority", "alert");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue