-rw-r--r-- | core/launcher/firstuse.cpp | 6 | ||||
-rw-r--r-- | pics/launcher/firstuse.jpg | bin | 0 -> 12739 bytes |
2 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 @@ -445,20 +445,18 @@ void FirstUse::paintEvent( QPaintEvent * ) drawText(p, tr("Please wait, loading %1 settings.").arg(tr(settingsTable[currApp].desc)) ); } else { drawText(p, tr("Please wait...")); } } 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); } void FirstUse::drawText(QPainter &p, const QString &text) { QString altered = "<CENTER>" + text + "</CENTER>"; diff --git a/pics/launcher/firstuse.jpg b/pics/launcher/firstuse.jpg Binary files differnew file mode 100644 index 0000000..92fb044 --- a/dev/null +++ b/pics/launcher/firstuse.jpg |