tag 0.5.6rc1

This commit is contained in:
Marcos Pinto 2007-10-17 01:20:19 +00:00
commit 5f2ff7b4f6

View file

@ -44,7 +44,7 @@ if not common.windows_check():
else:
import gtk.glade
locale.setlocale(locale.LC_ALL, '')
gtk.glade.bindtextdomain(APP,DIR)
gtk.glade.bindtextdomain(APP, DIR)
gtk.glade.textdomain(APP)
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)