summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-25 17:09:25 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-25 17:09:25 (EST)
commitdae60a03d3e91e56ea3847e046f58c1db9201853 (patch)
tree090e99a579466b68f523a3e5330ba1f50cd8c349 /lib
parent74f4d9127aa87e2cfa42f09e1d8eab96dd465be4 (diff)
oh_init(): Don't call oh_set_locale_path().
The value used here isn't different from the default.
Diffstat (limited to 'lib')
-rw-r--r--lib/common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.sh b/lib/common.sh
index 52833f4..d940065 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -28,6 +28,5 @@ oh_init()
# 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_locale_path '@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms'
oh_set_text_domain 'opkhelper'
}