Skip to content

Wiki and URL for new Wiki in XP plugin #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/joystick_buttons1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/joystick_buttons2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/keyboard1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/keyboard2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/xlinuxtrack9.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ static char line3[] = " - Settings -> Joystick, Keys and Equipment -> Keys to se
static XPWidgetID setupText4;
static char line4[] = "Use commands linuxtrack/ltr_run, linuxtrack/ltr_pause, linuxtrack/ltr_recenter.";
static XPWidgetID setupText5;
static char line5[] = "For more details refer to http://code.google.com/p/linux-track/wiki/XplanePluginSetup";
static char line5[] = "For more details refer to https://github.com/uglyDwarf/linuxtrack/wiki/";
static XPWidgetID setupText6;
static char line6[] = "Pilotview plugin found, chanelling headtracking data through it!";
static char title[] = "Linuxtrack v"
Expand Down