]> git.mxchange.org Git - flightgear.git/commit
Add generic "open-browser" command to show URLs or local HTML/text pages.
authorThorstenB <brehmt@gmail.com>
Sun, 9 Oct 2011 10:37:43 +0000 (12:37 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 9 Oct 2011 10:37:43 +0000 (12:37 +0200)
commit30e2db94b11b43beab603af34200a67664b866fe
treeb57bfb7da8c0d1bc9203936b40dd9faf187f46d9
parent5b8ab277fdafaa8e14679434205d8b60fafdccc9
Add generic "open-browser" command to show URLs or local HTML/text pages.
Replace deprecated "old-help-dialog" command with generic "open-browser".
Can also be used to add links to aircraft manuals in the menubar (local
file or http) , i.e.
<binding>
    <command>open-browser</command>
    <path>Aircraft/ogeL/FlightManual.html</path>
</binding>
src/GUI/gui.h
src/GUI/gui_funcs.cxx
src/GUI/menubar.cxx
src/Main/fg_commands.cxx