summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-10-02 20:53:27 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-10-02 20:54:08 +0400
commit2d25eea6949196d2275d8b2bd484e6dab0163a33 (patch)
treeea8fe6bcc901f849cccaa280675a9f91a564984e /desktop
parentcorrect help string: horizontal -> vertical (diff)
downloadcore-2d25eea6949196d2275d8b2bd484e6dab0163a33.tar.gz
core-2d25eea6949196d2275d8b2bd484e6dab0163a33.zip
splash screen: fix RTL mode
Change-Id: I6a00cba8fda11351ed5340f21678c330ce028a2d
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/splash/splash.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index e55b5b2b1b41..95cdc670296a 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -155,6 +155,7 @@ SplashScreen::SplashScreen()
, _yoffset(18)
{
loadConfig();
+ _vdev.EnableRTL(IsRTLEnabled());
}
SplashScreen::~SplashScreen()