summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/firstuse.cpp4
-rw-r--r--pics/launcher/firstuse.jpgbin0 -> 12739 bytes
2 files changed, 1 insertions, 3 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,9 +450,7 @@ 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"))
+ splash.convertFromImage( Resource::loadImage("launcher/firstuse")
.smoothScale( width(), height() ) );
setBackgroundPixmap(splash);
diff --git a/pics/launcher/firstuse.jpg b/pics/launcher/firstuse.jpg
new file mode 100644
index 0000000..92fb044
--- a/dev/null
+++ b/pics/launcher/firstuse.jpg
Binary files differ