author | mark <mark> | 2002-02-04 21:55:05 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-04 21:55:05 (UTC) |
commit | 2ef9eaee77c655dbe366fdaadb2b6cf6cff85eb4 (patch) (unidiff) | |
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 | |||
@@ -81,9 +81,9 @@ void StartMenu::loadOptions() | |||
81 | #else | 81 | #else |
82 | // Basically just #include the .qpe_menu.conf file settings | 82 | // Basically just #include the .qpe_menu.conf file settings |
83 | useWidePopupMenu = FALSE; | 83 | useWidePopupMenu = FALSE; |
84 | popupMenuSidePixmap = "sidebar"; | 84 | popupMenuSidePixmap = "go"; |
85 | startButtonIsFlat = TRUE; | 85 | startButtonIsFlat = TRUE; |
86 | startButtonPixmap = "go"; | 86 | startButtonPixmap = "start_button"; |
87 | #endif | 87 | #endif |
88 | } | 88 | } |
89 | 89 | ||