diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 20:53:27 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 20:54:08 +0400 |
commit | 2d25eea6949196d2275d8b2bd484e6dab0163a33 (patch) | |
tree | ea8fe6bcc901f849cccaa280675a9f91a564984e | |
parent | 509d964e985b58ddc4c20ccc163809a6f3623d8a (diff) |
splash screen: fix RTL mode
Change-Id: I6a00cba8fda11351ed5340f21678c330ce028a2d
-rw-r--r-- | desktop/source/splash/splash.cxx | 1 |
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() |