diff options
author | Johannes Schickel | 2015-12-28 05:27:04 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-12-28 05:30:59 +0100 |
commit | f4022c0ab8ca2393055ad6430293c833bdacd6a8 (patch) | |
tree | 953ee61bcfabc4874e43baebcde89e8ededf3a92 /engines/cine | |
parent | 18aa8ad2ba543a8473c6ab798d8c41894d277add (diff) | |
download | scummvm-rg350-f4022c0ab8ca2393055ad6430293c833bdacd6a8.tar.gz scummvm-rg350-f4022c0ab8ca2393055ad6430293c833bdacd6a8.tar.bz2 scummvm-rg350-f4022c0ab8ca2393055ad6430293c833bdacd6a8.zip |
CINE: Add POTFILES file.
e52cf3e7aae1adde1c4674a6f5686d9f633bd2f8 added translatable strings to Cine's
detection.cpp. Thus, there should be a POTFILE to allow checking the file
when building our translation base file.
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/POTFILES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/POTFILES b/engines/cine/POTFILES new file mode 100644 index 0000000000..76f76832c3 --- /dev/null +++ b/engines/cine/POTFILES @@ -0,0 +1 @@ +engines/cine/detection.cpp |