fix direction mark

This commit is contained in:
Yann Leboulanger 2013-08-02 11:44:15 +02:00
parent 9e32328e3c
commit 20ba20bae2
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ warnings.resetwarnings()
if os.name == 'nt':
warnings.filterwarnings(action='ignore')
if Gtk.Widget.get_default_direction() == Gtk.TextDirection.LTR:
i18n.direction_mark = '\u200E'
if Gtk.Widget.get_default_direction() == Gtk.TextDirection.RTL:
i18n.direction_mark = '\u200F'
pritext = ''
from common import exceptions