summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index 8e529a3..e2f4d12 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -165,5 +165,5 @@ void MainWindow::initUI() {
*/
m_openKeys = new QAction (tr("Open Keyboard..."),
- Resource::loadPixmap( "console/keyboard_icon.png" ),
+ Resource::loadPixmap( "down" ),
QString::null, 0, this, 0);
@@ -175,9 +175,9 @@ void MainWindow::initUI() {
- /*
+ /*
* action that open/closes the keyboard
- */
+
m_openButtons = new QAction ( tr( "Open Buttons..." ),
- Resource::loadPixmap( "down" ),
+ Resource::loadPixmap( "" ),
QString::null, 0, this, 0 );
@@ -188,4 +188,5 @@ void MainWindow::initUI() {
m_openButtons->addTo( m_icons );
+ */
/* insert the submenu */