summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-04 18:47:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-04 18:47:33 +0100
commit0c5590dd0e3f367064a6e4d52835a609adf11a06 (patch)
tree798a0e2cdf155c72710dcfb185106ecc3e46db41 /src/lib
parent1738f2e7336734190bed7e94ce3d691d4a9c9e4c (diff)
Batch converter stub.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.cc2
-rw-r--r--src/lib/util.h2
2 files changed, 2 insertions, 2 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";
diff --git a/src/lib/util.h b/src/lib/util.h
index 99670110e..d0c350a56 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -55,7 +55,7 @@ extern void stacktrace (std::ostream &, int);
extern std::string dependency_version_summary ();
extern double seconds (struct timeval);
extern void dvdomatic_setup ();
-extern void dvdomatic_setup_i18n (std::string);
+extern void dvdomatic_setup_gettext_i18n (std::string);
extern std::vector<std::string> split_at_spaces_considering_quotes (std::string);
extern std::string md5_digest (std::string);
extern std::string md5_digest (void const *, int);