From 545d7bb4314df420c615a2e551396d47965625b1 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 15 Mar 2010 16:26:09 +0000 Subject: [PATCH] white space. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33750 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.39.2