summaryrefslogtreecommitdiff
path: root/core/launcher/startmenu.cpp
authormark <mark>2002-02-04 21:55:05 (UTC)
committer mark <mark>2002-02-04 21:55:05 (UTC)
commit2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4 (patch) (side-by-side diff)
tree301b1e045abcb6ad5977d135beb69954e984e248 /core/launcher/startmenu.cpp
parentad32a5ffb9fcc666977c93fc074741fdfe22e5c4 (diff)
downloadopie-2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4.zip
opie-2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4.tar.gz
opie-2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4.tar.bz2
Q logo to O on start button
Diffstat (limited to 'core/launcher/startmenu.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/startmenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/startmenu.cpp b/core/launcher/startmenu.cpp
index 54bdfcc..007b483 100644
--- a/core/launcher/startmenu.cpp
+++ b/core/launcher/startmenu.cpp
@@ -81,9 +81,9 @@ void StartMenu::loadOptions()
#else
// Basically just #include the .qpe_menu.conf file settings
useWidePopupMenu = FALSE;
- popupMenuSidePixmap = "sidebar";
+ popupMenuSidePixmap = "go";
startButtonIsFlat = TRUE;
- startButtonPixmap = "go";
+ startButtonPixmap = "start_button";
#endif
}