summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-10-02 20:53:27 +0400
committerJan Holesovsky <kendy@suse.cz>2012-10-03 16:09:42 +0200
commitc3064a250a912cb9b02419981a3f6a0b55899f2b (patch)
tree6da7713ec3b8cac273a22bee07e5d239641db536 /desktop
parent73331a70d43376666a48901742627fb80a45dec2 (diff)
splash screen: fix RTL mode
Change-Id: I6a00cba8fda11351ed5340f21678c330ce028a2d Signed-off-by: Jan Holesovsky <kendy@suse.cz>
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 6678aa82c23c..48510b19172c 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -157,6 +157,7 @@ SplashScreen::SplashScreen()
, _yoffset(18)
{
loadConfig();
+ _vdev.EnableRTL(IsRTLEnabled());
}
SplashScreen::~SplashScreen()