From 502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 02 Sep 2004 20:13:50 +0000 Subject: show first usage display - we may reenable tr() later again --- (limited to 'core/launcher/firstuse.cpp') 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); } -- cgit v0.9.0.2