mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
GUI: Fix compilation when fancy themes are disabled
This commit is contained in:
parent
ca54adca47
commit
9c6b7c429b
@ -134,7 +134,7 @@ void LauncherDialog::build() {
|
||||
new StaticTextWidget(this, "Launcher.Version", Common::U32String(gScummVMFullVersion));
|
||||
#else
|
||||
// Show ScummVM version
|
||||
new StaticTextWidget(this, "Launcher.Version", gScummVMFullVersion);
|
||||
new StaticTextWidget(this, "Launcher.Version", Common::U32String(gScummVMFullVersion));
|
||||
#endif
|
||||
if (!g_system->hasFeature(OSystem::kFeatureNoQuit))
|
||||
new ButtonWidget(this, "Launcher.QuitButton", _("~Q~uit"), _("Quit ScummVM"), kQuitCmd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user