-rw-r--r-- | core/launcher/launcherview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index cd336d2..7f86ce1 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -133,3 +133,3 @@ public: - if (backgroundImage.isNull()) backgroundImage="opie-background"; + if (backgroundImage.isNull()) backgroundImage="launcher/opie-background"; int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0; |