diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-06 11:14:45 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-06 11:14:45 +0000 |
commit | 1389fc06cc578bdddd6d92cf3a239e33bb892026 (patch) | |
tree | 951df53f84f575bf1ff0a0ae57c06b04d9522f82 /src/utils/strprintf.h | |
parent | 0bd2a74378b01204876ec8d92c03959f3b3a287e (diff) | |
download | mana-1389fc06cc578bdddd6d92cf3a239e33bb892026.tar.gz mana-1389fc06cc578bdddd6d92cf3a239e33bb892026.tar.bz2 mana-1389fc06cc578bdddd6d92cf3a239e33bb892026.tar.xz mana-1389fc06cc578bdddd6d92cf3a239e33bb892026.zip |
Fixed some header typos. Moved gettext.h to utils directory. Removed redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
Diffstat (limited to 'src/utils/strprintf.h')
-rw-r--r-- | src/utils/strprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/strprintf.h b/src/utils/strprintf.h index 4b5974a6..a1fb0f13 100644 --- a/src/utils/strprintf.h +++ b/src/utils/strprintf.h @@ -22,7 +22,7 @@ */ #ifndef _TMW_UTILS_STRPRINTF_H -#define _TMW_UTISL_STRPRINTF_H +#define _TMW_UTILS_STRPRINTF_H #include <string> |