Fix: Move the bindtextdomain() call from set_trans() into i18n_init()
commit4d1eba3d939f06caa15ed03dc3e23252abf4e587
authorAndras Mohari <mayday@vizslamail.hu>
Wed, 3 Oct 2007 10:41:23 +0000 (3 12:41 +0200)
committerAndras Mohari <mayday@vizslamail.hu>
Wed, 3 Oct 2007 10:41:23 +0000 (3 12:41 +0200)
tree4b16fb20eff92e17d5037ec41b64934a8a2f2091
parent80133950f19fd31282a67c31625509c01682e0a5
Fix: Move the bindtextdomain() call from set_trans() into i18n_init()

There is no need to call it every time a translation changes, since
the base directory is the same anyway... Doh!
ROX-Filer/src/i18n.c