undo branding
This commit is contained in:
parent
7166b50f4b
commit
e7ec42f977
@ -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 \
|
||||
|
@ -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>
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user