summaryrefslogtreecommitdiff
path: root/core/launcher
authorkergoth <kergoth>2002-03-18 23:02:41 (UTC)
committer kergoth <kergoth>2002-03-18 23:02:41 (UTC)
commit2a6b7129c74b7769c6a61a2dcdebce69e8756f62 (patch) (unidiff)
tree5b4c82d0861a8fd6ecd87afa9ccce9328e9bfb8c /core/launcher
parent5041129a9cba3222990fec42d0a96ceb660f9e86 (diff)
downloadopie-2a6b7129c74b7769c6a61a2dcdebce69e8756f62.zip
opie-2a6b7129c74b7769c6a61a2dcdebce69e8756f62.tar.gz
opie-2a6b7129c74b7769c6a61a2dcdebce69e8756f62.tar.bz2
Fixing package conflicts.
Diffstat (limited to 'core/launcher') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/startmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/startmenu.cpp b/core/launcher/startmenu.cpp
index 007b483..237a2de 100644
--- a/core/launcher/startmenu.cpp
+++ b/core/launcher/startmenu.cpp
@@ -83,7 +83,7 @@ void StartMenu::loadOptions()
83 useWidePopupMenu = FALSE; 83 useWidePopupMenu = FALSE;
84 popupMenuSidePixmap = "go"; 84 popupMenuSidePixmap = "go";
85 startButtonIsFlat = TRUE; 85 startButtonIsFlat = TRUE;
86 startButtonPixmap = "start_button"; 86 startButtonPixmap = "launcher/start_button";
87#endif 87#endif
88} 88}
89 89