From 34cd32f3f10d4c0b56077cc07bfe36bb959de810 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 28 Jan 2023 09:44:17 +0000 Subject: installer, opentrack: fix spelling --- opentrack/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack/main-window.cpp') diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 4c8ae381..ab8255a8 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -584,7 +584,7 @@ void main_window::show_pose_(const double* mapped, const double* raw) void main_window::set_title(const QString& game_title) { //static const QString version{opentrack_version}; - static const QString version = "TrackHat opentrack V3"; + static const QString version = "TrackHat opentrack v3"; static const QString sep { tr(" :: ") }; static const QString pat1{ version + sep + "%1" + sep + "%2" }; static const QString pat2{ version + sep + "%1" }; -- cgit v1.2.3