-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 @@ -80,11 +80,11 @@ void StartMenu::loadOptions() startButtonPixmap = config.readEntry( "StartButtonPixmap", "go" ); #else // Basically just #include the .qpe_menu.conf file settings useWidePopupMenu = FALSE; - popupMenuSidePixmap = "sidebar"; + popupMenuSidePixmap = "go"; startButtonIsFlat = TRUE; - startButtonPixmap = "go"; + startButtonPixmap = "start_button"; #endif } |