From: Abdelrazak Younes Date: Mon, 15 Mar 2010 16:26:09 +0000 (+0000) Subject: white space. X-Git-Tag: 2.0.0~3795 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=545d7bb4314df420c615a2e551396d47965625b1;p=features.git white space. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33750 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 5a21ee7f7f..c53331fb29 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -1945,10 +1945,10 @@ void GuiApplication::setGuiLanguage() case QLocale::Hebrew : case QLocale::Persian : case QLocale::Urdu : - setLayoutDirection(Qt::RightToLeft); + setLayoutDirection(Qt::RightToLeft); break; default: - setLayoutDirection(Qt::LeftToRight); + setLayoutDirection(Qt::LeftToRight); } }