summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index d0e4dd1f2..aa936523d 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -469,6 +469,8 @@ setup_i18n ()
language = wxLANGUAGE_ENGLISH;
}
}
+
+ dvdomatic_setup_i18n (wx_to_std (locale->GetCanonicalName ()));
}
class App : public wxApp