-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 @@ -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 } |