diff options
Diffstat (limited to 'opcodes/opintl.h')
-rw-r--r-- | opcodes/opintl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/opintl.h b/opcodes/opintl.h index 703500e..497fb4b 100644 --- a/opcodes/opintl.h +++ b/opcodes/opintl.h @@ -23,7 +23,7 @@ #ifdef ENABLE_NLS # include <libintl.h> /* Note the use of dgetext() and PACKAGE here, rather than gettext(). - + This is because the code in this directory is used to build a library which will be linked with code in other directories to form programs. We want to maintain a seperate translation file for this directory however, rather |