From 4e8f0ba4a0c43d3dc4f3c4f89f2d796c3f8e5990 Mon Sep 17 00:00:00 2001 From: hash Date: Thu, 24 Oct 2002 08:17:22 +0000 Subject: commented out the other button bar. --- (limited to 'noncore') 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 @@ -164,7 +164,7 @@ void MainWindow::initUI() { * action that open/closes the keyboard */ m_openKeys = new QAction (tr("Open Keyboard..."), - Resource::loadPixmap( "console/keyboard_icon.png" ), + Resource::loadPixmap( "down" ), QString::null, 0, this, 0); m_openKeys->setToggleAction(true); @@ -174,11 +174,11 @@ void MainWindow::initUI() { m_openKeys->addTo(m_icons); - /* + /* * action that open/closes the keyboard - */ + m_openButtons = new QAction ( tr( "Open Buttons..." ), - Resource::loadPixmap( "down" ), + Resource::loadPixmap( "" ), QString::null, 0, this, 0 ); m_openButtons->setToggleAction( true ); @@ -187,6 +187,7 @@ void MainWindow::initUI() { this, SLOT( slotOpenButtons( bool ) ) ); m_openButtons->addTo( m_icons ); + */ /* insert the submenu */ m_console->insertItem(tr("New from Profile"), m_sessionsPop, -- cgit v0.9.0.2