[Scummvm-git-logs] scummvm master -> 3c5c521bc1a482ff178c73f6d5b4e72a96f022cf

lotharsm mail at serra.me
Sat Nov 13 20:40:08 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3c5c521bc1 GUI: Fix typo, fix compilation


Commit: 3c5c521bc1a482ff178c73f6d5b4e72a96f022cf
    https://github.com/scummvm/scummvm/commit/3c5c521bc1a482ff178c73f6d5b4e72a96f022cf
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-11-13T21:40:00+01:00

Commit Message:
GUI: Fix typo, fix compilation

Changed paths:
    gui/launcher.cpp


diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 0c500eac72..e92308b226 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -197,7 +197,7 @@ void LauncherDialog::build() {
 #endif
 		_grpChooserDesc = new StaticTextWidget(this, Common::String(_title + ".laGroupPopupDesc"), Common::U32String(_("Group by: ")));
 
-	_grpChooserPopup = new PopUpWidget(this, Common::String(_title + ".laGroupPopup"), Common::U32String(_("Select a criteria to group the entries"`)), kSetGroupMethodCmd);
+	_grpChooserPopup = new PopUpWidget(this, Common::String(_title + ".laGroupPopup"), Common::U32String(_("Select a criteria to group the entries")), kSetGroupMethodCmd);
 	// I18N: Group name for the game list
 	_grpChooserPopup->appendEntry(_c("None", "group"), kGroupByNone);
 	// I18N: Group name for the game list, grouped by the first letter of the game title




More information about the Scummvm-git-logs mailing list