[Scummvm-git-logs] scummvm master -> 72e3090a5cd69b76d5ae86a15031b153a196f4f7
criezy
noreply at scummvm.org
Wed Feb 23 09:14:11 UTC 2022
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:
72e3090a5c AGS: Update POTFILES
Commit: 72e3090a5cd69b76d5ae86a15031b153a196f4f7
https://github.com/scummvm/scummvm/commit/72e3090a5cd69b76d5ae86a15031b153a196f4f7
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-02-23T09:10:54Z
Commit Message:
AGS: Update POTFILES
The code for the engine options dialog for AGS was emoved from
detection.cpp to its own file a while back but we forgot to update
the POTFILES, so that dialog was no longer translated.
Also remove an include for translation.h in detection.cpp as it is
no longer needed.
Changed paths:
engines/ags/POTFILES
engines/ags/detection.cpp
diff --git a/engines/ags/POTFILES b/engines/ags/POTFILES
index 50ae065ea0d..bb10da8eca7 100644
--- a/engines/ags/POTFILES
+++ b/engines/ags/POTFILES
@@ -1,2 +1,2 @@
-engines/ags/detection.cpp
+engines/ags/dialogs.cpp
engines/ags/ags.cpp
diff --git a/engines/ags/detection.cpp b/engines/ags/detection.cpp
index 2c6f3b72318..45260adb145 100644
--- a/engines/ags/detection.cpp
+++ b/engines/ags/detection.cpp
@@ -24,7 +24,6 @@
#include "common/file.h"
#include "common/md5.h"
#include "common/str-array.h"
-#include "common/translation.h"
#include "common/util.h"
#include "ags/detection.h"
#include "ags/detection_tables.h"
More information about the Scummvm-git-logs
mailing list