[Scummvm-cvs-logs] scummvm master -> 123b934fab8ae47652ade4d3dc58baa159f7704d

m-kiewitz m_kiewitz at users.sourceforge.net
Mon Feb 15 02:29:42 CET 2016


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:
123b934fab SHERLOCK: RT: Replace accent char with \202 in fixed text


Commit: 123b934fab8ae47652ade4d3dc58baa159f7704d
    https://github.com/scummvm/scummvm/commit/123b934fab8ae47652ade4d3dc58baa159f7704d
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-15T02:29:38+01:00

Commit Message:
SHERLOCK: RT: Replace accent char with \202 in fixed text

Changed paths:
    engines/sherlock/tattoo/tattoo_fixed_text.cpp



diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index f48bf39..37ff8d5 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -448,7 +448,7 @@ static const char *const fixedTextFR[] = {
 	"Appuyez sur C",
 	"FIN DE LA PARTIE!", // original: "Fin de la partie!"
 	"FIASCO!",
-	"%s a gagné!", // "Holmes Gagnant!", "%s Gagnant!" <--- FIXXXX
+	"%s a gagn\202!", // "Holmes Gagnant!", "%s Gagnant!"
 	"Rapporte %d point", // original: treated 1 point and multiple points the same ("Scored 1 points")
 	"Rapporte %d points", // original: Total des points: %d",
 	"Touche un %d", // original: ???






More information about the Scummvm-git-logs mailing list