undo branding

This commit is contained in:
sD 2020-05-23 18:41:27 +02:00
parent 7166b50f4b
commit e7ec42f977
4 changed files with 4 additions and 4 deletions

View File

@ -54,8 +54,8 @@ TRANSLATIONS = resource/translations/ao_en.ts \
resource/translations/ao_pt.ts \
resource/translations/ao_pl.ts
win32:RC_ICONS = resource/logo.ico
macx:ICON = resource/logo.icns
win32:RC_ICONS = resource/logo_ao2.ico
macx:ICON = resource/logo_ao2.icns
android:DISTFILES += \
android/AndroidManifest.xml \

View File

@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/">
<file>resource/fonts/Ace-Attorney.ttf</file>
<file>resource/logo.png</file>
<file>resource/logo_ao2.png</file>
</qresource>
</RCC>

View File

@ -120,7 +120,7 @@ void Lobby::set_widgets()
ui_connect->set_image("connect");
set_size_and_pos(ui_version, "version");
ui_version->setText(tr("Version: KFO%1").arg(ao_app->get_version_string()));
ui_version->setText(tr("Version: %1").arg(ao_app->get_version_string()));
set_size_and_pos(ui_about, "about");
ui_about->set_image("about");