MOHAWK: Fix I18N usage
This commit is contained in:
parent
67c01ef9bd
commit
02a28ad7aa
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
engines/mohawk/detection_tables.h
|
||||
engines/mohawk/detection.cpp
|
||||
engines/mohawk/dialogs.cpp
|
||||
engines/mohawk/metaengine.cpp
|
||||
engines/mohawk/mohawk.cpp
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "engines/advancedDetector.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/textconsole.h"
|
||||
#include "common/translation.h"
|
||||
|
||||
#include "mohawk/detection.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/translation.h"
|
||||
|
||||
namespace Mohawk {
|
||||
|
||||
#define GUI_OPTIONS_MYST GUIO4(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue