summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/config/config.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 50a6b1d..e214de2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,7 +44,7 @@ install(
install(
FILES titlebar_decor.png
- DESTINATION ${DATA_INSTALL_DIR}/twin/pics
+ DESTINATION ${DATA_INSTALL_DIR}/twin/pics/SUSE2
)
install(
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)));
}