summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-12-16 15:27:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-03-29 00:04:49 +0200
commit1cea9870c60dbbf249a90d0a1e94ad2354f28101 (patch)
tree72920c7d6e9dde9a345ba9243121f59709915b35 /opentrack
parent28c9c9993aa08afae238be20dbb4168d6806139d (diff)
trackhat: XXX TODO add title bar boilerplate
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/main-window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp
index 1fded8e0..ed1db357 100644
--- a/opentrack/main-window.cpp
+++ b/opentrack/main-window.cpp
@@ -538,7 +538,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 { tr(" :: ") };
+ static const QString sep { " PRE-RELEASE CONFIDENTIAL" + tr(" :: ") };
static const QString pat1{ version + sep + "%1" + sep + "%2" };
static const QString pat2{ version + sep + "%1" };