diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-05 21:18:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-10 05:01:33 +0200 |
commit | 178a4b316e75d1edf17024b05b39452be88cdac4 (patch) | |
tree | 21594552044ea46fa47d3602f6a56918fd287716 /opentrack | |
parent | d9be3888faeb551a61873e3b8aab38efb8549d94 (diff) |
Revert "trackhat: XXX TODO add title bar boilerplate"
This reverts commit 1cea9870c60dbbf249a90d0a1e94ad2354f28101.
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/main-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 38fd1ed7..2d8dbbd3 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -539,7 +539,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 sep { " PRE-RELEASE CONFIDENTIAL" + tr(" :: ") }; + static const QString sep { tr(" :: ") }; static const QString pat1{ version + sep + "%1" + sep + "%2" }; static const QString pat2{ version + sep + "%1" }; |