[Scummvm-git-logs] scummvm master -> 476b4a6ac3db2e56b27bdbe725c70ba8f8ba83bc

dreammaster dreammaster at scummvm.org
Sat Oct 7 13:24:38 CEST 2017


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:
476b4a6ac3 DEVTOOLS: Fix UTF8 character in create_titanic


Commit: 476b4a6ac3db2e56b27bdbe725c70ba8f8ba83bc
    https://github.com/scummvm/scummvm/commit/476b4a6ac3db2e56b27bdbe725c70ba8f8ba83bc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-07T07:24:27-04:00

Commit Message:
DEVTOOLS: Fix UTF8 character in create_titanic

Changed paths:
    devtools/create_titanic/create_titanic_dat.cpp


diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp
index 285b3fe..909e21a 100644
--- a/devtools/create_titanic/create_titanic_dat.cpp
+++ b/devtools/create_titanic/create_titanic_dat.cpp
@@ -938,7 +938,7 @@ static const char *const STRINGS_DE[199] = {
 	"Gespeichertes Abzeichen: ",
 	"Derzeitige Position: ",
 	"Aufzug %d",
-	" (Chevrons verändern mit Umschalt-Taste+Klicken)",
+	" (Chevrons ver\xE4" "ndern mit Umschalt-Taste+Klicken)",
 	"Eine hei\xDF""e",
 	"Eine kalte",
 	"Laden Sie das Spiel.",





More information about the Scummvm-git-logs mailing list