diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 17:20:26 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 17:20:26 (EST) |
commit | 812c1756ff91c55b4b664b1e3c24a4b6038b12c1 (patch) | |
tree | 6ae72fd9a0a8505c453d208c0395ea988d6844d1 /lib/common.sh | |
parent | ac2e2808b0f734947654614076af94c62044bf6a (diff) |
oh_set_text_domain(): Rename and remove parameter.
Diffstat (limited to 'lib/common.sh')
-rw-r--r-- | lib/common.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/common.sh b/lib/common.sh index d940065..73e0554 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -25,8 +25,5 @@ oh_init() oh_use locale oh_use output - # Since nothing other than opkhelper is supposed to use libopkhelper, we can - # do strange things like affecting application-wide locale settings from the - # library and assume that no one will play with them. - oh_set_text_domain 'opkhelper' + oh_load_locale } |