diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-28 09:44:17 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-28 09:44:17 +0000 |
commit | 34cd32f3f10d4c0b56077cc07bfe36bb959de810 (patch) | |
tree | 1d57cf98f9273982aea5cb7ecb9bb73ebf2217c6 | |
parent | 1b240b1a298d4d6daaf3bc867d7e94c2eeb94649 (diff) |
installer, opentrack: fix spelling
-rw-r--r-- | installer/opentrack-installer.iss | 4 | ||||
-rw-r--r-- | opentrack/main-window.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index abacfa5b..d32e7391 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,8 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #include "../build/opentrack-version.hxx" -#define MyAppName "TrackHat opentrack V3" -#define MyAppVersion "TrackHat opentrack V3.0" +#define MyAppName "TrackHat opentrack v3" +#define MyAppVersion "TrackHat opentrack v3.0" #define MyAppPublisher "TrackHat" #define MyAppURL "http://github.com/opentrack/opentrack" #define MyAppExeName "opentrack.exe" 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" }; |