diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-22 08:03:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-22 08:03:07 +0200 |
commit | 94e6b0452ffd2011657b04c0521a4f84fdfa5e4d (patch) | |
tree | 65d168d72468ec743ac4c4250f69c527938b1a49 | |
parent | 386e9c004a1df9586d98a30f8e803370fd7d236a (diff) |
default to the most common protocol/filter pairopentrack-2.3-rc15
-rw-r--r-- | opentrack/main-settings.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index c643929a..8c49f86a 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -40,8 +40,8 @@ struct main_settings : opts { main_settings() : opts("opentrack-ui"), tracker_dll(b, "tracker-dll", ""), - filter_dll(b, "filter-dll", ""), - protocol_dll(b, "protocol-dll", ""), + filter_dll(b, "filter-dll", "Accela"), + protocol_dll(b, "protocol-dll", "freetrack 2.0 Enhanced"), a_x(b, "x", TX), a_y(b, "y", TY), a_z(b, "z", TZ), |