author | mickeyl <mickeyl> | 2004-09-02 20:13:50 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-09-02 20:13:50 (UTC) |
commit | 502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4 (patch) (side-by-side diff) | |
tree | f4efb13dc7760ef43685521cc9883231371ebc08 /core | |
parent | ee5d578ea25ffdbda6b647e6dea93af77eb66d5f (diff) | |
download | opie-502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4.zip opie-502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4.tar.gz opie-502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4.tar.bz2 |
show first usage display - we may reenable tr() later again
-rw-r--r-- | core/launcher/firstuse.cpp | 6 |
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 @@ -449,12 +449,10 @@ 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); } |