aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Crozat2014-10-04 01:07:54 +0100
committerThierry Crozat2014-10-04 01:07:54 +0100
commit8963f4307e17f49c77953b1a91eda63253a7fd48 (patch)
tree48c0163338b72f802cf2e54dff5f63c51b3161cf
parent7d856cb4ade6832936b34b4bce3586aae3980f93 (diff)
downloadscummvm-rg350-8963f4307e17f49c77953b1a91eda63253a7fd48.tar.gz
scummvm-rg350-8963f4307e17f49c77953b1a91eda63253a7fd48.tar.bz2
scummvm-rg350-8963f4307e17f49c77953b1a91eda63253a7fd48.zip
SCUMM: Update list of files that contain translatable strings
-rw-r--r--engines/scumm/POTFILES3
-rw-r--r--engines/scumm/players/player_mac.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/engines/scumm/POTFILES b/engines/scumm/POTFILES
index 6034320259..6d10537d3c 100644
--- a/engines/scumm/POTFILES
+++ b/engines/scumm/POTFILES
@@ -1,3 +1,6 @@
engines/scumm/dialogs.cpp
engines/scumm/help.cpp
engines/scumm/scumm.cpp
+engines/scumm/players/player_v3m.cpp
+engines/scumm/players/player_v5m.cpp
+
diff --git a/engines/scumm/players/player_mac.cpp b/engines/scumm/players/player_mac.cpp
index fe15698494..634fd2de2b 100644
--- a/engines/scumm/players/player_mac.cpp
+++ b/engines/scumm/players/player_mac.cpp
@@ -21,7 +21,6 @@
*/
#include "common/macresman.h"
-#include "common/translation.h"
#include "engines/engine.h"
#include "gui/message.h"
#include "scumm/players/player_mac.h"