summaryrefslogtreecommitdiffstats
path: root/src/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.cpp')
-rw-r--r--src/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.cpp b/src/config/config.cpp
index 6e47ff9..215c230 100644
--- a/src/config/config.cpp
+++ b/src/config/config.cpp
@@ -237,7 +237,7 @@ void SUSE2Config::defaults()
m_dialog->titleBarLogo->setChecked(false);
m_dialog->titleBarLogoOffset->setValue(3);
- titlebarLogoURL = locate("data", "twin/pics/titlebar_decor.png");
+ titlebarLogoURL = locate("data", "twin/pics/SUSE2/titlebar_decor.png");
TQImage tmpLogo(titlebarLogoURL);
m_dialog->logoImage->setPixmap(TQPixmap(tmpLogo.smoothScale(120, 20, TQImage::ScaleMin)));
}