diff options
| author | Crystalwarrior <varsash@gmail.com> | 2020-03-12 19:20:26 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2020-03-12 19:20:26 +0300 |
| commit | 71967d44fd4a7d8955524045d174847e985c7a15 (patch) | |
| tree | 3cddf5344752361b2cdbf5091c715f0170a10309 /src/lobby.cpp | |
| parent | 4c8bf57268c09c298edc3f3695e4a2ede84643ac (diff) | |
Keep verison string as-is and only update the actual VERSION display as for some weird ass reason doing it this way won't let you join KFO server
Diffstat (limited to 'src/lobby.cpp')
| -rw-r--r-- | src/lobby.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp index 1c355a5e..19bb4c66 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -114,7 +114,7 @@ void Lobby::set_widgets() ui_connect->set_image("connect"); set_size_and_pos(ui_version, "version"); - ui_version->setText(tr("Version: %1").arg(ao_app->get_version_string())); + ui_version->setText(tr("Version: KFO%1").arg(ao_app->get_version_string())); set_size_and_pos(ui_about, "about"); ui_about->set_image("about"); |
