fix direction mark
This commit is contained in:
parent
80fee6c40c
commit
08e4ba2ce7
|
@ -205,8 +205,8 @@ warnings.resetwarnings()
|
|||
if os.name == 'nt':
|
||||
warnings.filterwarnings(action='ignore')
|
||||
|
||||
if gtk.widget_get_default_direction() == gtk.TEXT_DIR_LTR:
|
||||
i18n.direction_mark = u'\u200E'
|
||||
if gtk.widget_get_default_direction() == gtk.TEXT_DIR_RTL:
|
||||
i18n.direction_mark = u'\u200F'
|
||||
pritext = ''
|
||||
|
||||
from common import exceptions
|
||||
|
|
Loading…
Reference in New Issue