mirror of
https://git.deluge-torrent.org/deluge
synced 2025-10-02 23:18:36 +00:00
tag 0.5.6rc1
This commit is contained in:
parent
aef72f74a2
commit
5f2ff7b4f6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if not common.windows_check():
|
||||||
else:
|
else:
|
||||||
import gtk.glade
|
import gtk.glade
|
||||||
locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
gtk.glade.bindtextdomain(APP,DIR)
|
gtk.glade.bindtextdomain(APP, DIR)
|
||||||
gtk.glade.textdomain(APP)
|
gtk.glade.textdomain(APP)
|
||||||
gettext.bindtextdomain(APP, DIR)
|
gettext.bindtextdomain(APP, DIR)
|
||||||
gettext.textdomain(APP)
|
gettext.textdomain(APP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue