From a3c6f93f18b069afa8d8c854e25c52894863940d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 22 Jul 2015 08:03:07 +0200 Subject: default to the most common protocol/filter pair --- opentrack/main-settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 300c05619..96520fe99 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -37,7 +37,7 @@ struct main_settings : opts { value 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), -- cgit v1.2.3