summaryrefslogtreecommitdiff
path: root/core/launcher/firstuse.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/firstuse.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/firstuse.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/launcher/firstuse.cpp b/core/launcher/firstuse.cpp
index e9e2d83..acddeea 100644
--- a/core/launcher/firstuse.cpp
+++ b/core/launcher/firstuse.cpp
@@ -450,10 +450,8 @@ void FirstUse::paintEvent( QPaintEvent * )
void FirstUse::loadPixmaps()
{
- /* create background, tr so can change image with language.
- images will likely contain text. */
- splash.convertFromImage( Resource::loadImage(tr("FirstUseBackground"))
- .smoothScale( width(), height() ) );
+ splash.convertFromImage( Resource::loadImage("launcher/firstuse")
+ .smoothScale( width(), height() ) );
setBackgroundPixmap(splash);
}