diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-04 18:47:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-04 18:47:33 +0100 |
| commit | 0c5590dd0e3f367064a6e4d52835a609adf11a06 (patch) | |
| tree | 798a0e2cdf155c72710dcfb185106ecc3e46db41 /src/lib/util.cc | |
| parent | 1738f2e7336734190bed7e94ce3d691d4a9c9e4c (diff) | |
Batch converter stub.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 859aa6de7..be078a95f 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -274,7 +274,7 @@ mo_path () #endif void -dvdomatic_setup_i18n (string lang) +dvdomatic_setup_gettext_i18n (string lang) { #ifdef DVDOMATIC_POSIX lang += ".UTF8"; |
