diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-24 12:21:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-24 12:21:17 +0200 |
commit | fc0fbba6d8c446ffdff67e4d95a7ae907abb6fed (patch) | |
tree | 33cdd385c2e26e0b90d17ff3dad848a4430f800e /opentrack/main-settings.hpp | |
parent | fb4bf3cc0b0a7b7773a9662a98a2c5b7f0a69a9a (diff) | |
parent | d1485873f18d04d8c2aad28d67c51c25a6653d04 (diff) |
Merge branch 'unstable' into trackhat-ui
Diffstat (limited to 'opentrack/main-settings.hpp')
-rw-r--r-- | opentrack/main-settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 300c0561..96520fe9 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -37,7 +37,7 @@ struct main_settings : opts { value<bool> center_at_startup, wizard_done; main_settings() : opts("opentrack-ui"), - protocol_dll(b, "protocol-dll", ""), + protocol_dll(b, "protocol-dll", "freetrack 2.0 Enhanced"), a_x(b, "x", TX), a_y(b, "y", TY), a_z(b, "z", TZ), |