fix direction mark

This commit is contained in:
Yann Leboulanger 2013-08-02 11:44:15 +02:00
parent 80fee6c40c
commit 08e4ba2ce7
1 changed files with 2 additions and 2 deletions

View File

@ -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