author | llornkcor <llornkcor> | 2002-09-22 23:21:25 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-09-22 23:21:25 (UTC) |
commit | 4f142e98ee63e88fa0df61161b93228ee719d551 (patch) (unidiff) | |
tree | d311813aa272ecd2a4f340a124d4e610f8601995 | |
parent | 452a124385fbc8162e03ee6cc9020ebeb2133a7f (diff) | |
download | opie-4f142e98ee63e88fa0df61161b93228ee719d551.zip opie-4f142e98ee63e88fa0df61161b93228ee719d551.tar.gz opie-4f142e98ee63e88fa0df61161b93228ee719d551.tar.bz2 |
fix typo in loadOptions()
-rw-r--r-- | core/launcher/startmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/startmenu.cpp b/core/launcher/startmenu.cpp index 5506c55..b008a30 100644 --- a/core/launcher/startmenu.cpp +++ b/core/launcher/startmenu.cpp | |||
@@ -81,7 +81,7 @@ 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 = "lauchner/sidebar"; | 84 | popupMenuSidePixmap = "launcher/sidebar"; |
85 | startButtonIsFlat = TRUE; | 85 | startButtonIsFlat = TRUE; |
86 | startButtonPixmap = "launcher/start_button"; | 86 | startButtonPixmap = "launcher/start_button"; |
87 | #endif | 87 | #endif |