author | mark <mark> | 2002-02-04 21:55:05 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-04 21:55:05 (UTC) |
commit | 2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4 (patch) (side-by-side diff) | |
tree | 301b1e045abcb6ad5977d135beb69954e984e248 | |
parent | ad32a5ffb9fcc666977c93fc074741fdfe22e5c4 (diff) | |
download | opie-2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4.zip opie-2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4.tar.gz opie-2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4.tar.bz2 |
Q logo to O on start button
-rw-r--r-- | core/launcher/startmenu.cpp | 4 |
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 @@ -82,7 +82,7 @@ void StartMenu::loadOptions() // Basically just #include the .qpe_menu.conf file settings useWidePopupMenu = FALSE; - popupMenuSidePixmap = "sidebar"; + popupMenuSidePixmap = "go"; startButtonIsFlat = TRUE; - startButtonPixmap = "go"; + startButtonPixmap = "start_button"; #endif } |