summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp7
1 files changed, 4 insertions, 3 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);
@@ -177,7 +177,7 @@ 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 */