fix direction mark
This commit is contained in:
parent
80fee6c40c
commit
08e4ba2ce7
1 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@ warnings.resetwarnings()
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
warnings.filterwarnings(action='ignore')
|
warnings.filterwarnings(action='ignore')
|
||||||
|
|
||||||
if gtk.widget_get_default_direction() == gtk.TEXT_DIR_LTR:
|
if gtk.widget_get_default_direction() == gtk.TEXT_DIR_RTL:
|
||||||
i18n.direction_mark = u'\u200E'
|
i18n.direction_mark = u'\u200F'
|
||||||
pritext = ''
|
pritext = ''
|
||||||
|
|
||||||
from common import exceptions
|
from common import exceptions
|
||||||
|
|
Loading…
Add table
Reference in a new issue