summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-09-07 21:44:14 (UTC)
committer mickeyl <mickeyl>2004-09-07 21:44:14 (UTC)
commit949b51e2243919f79cdb69e91ebc5e14a32c7545 (patch) (unidiff)
treec699040b8afefceb1c0959bffe6649873793d271
parent9c92eb6569b2b3bcb1ad4a2edb2ad263ec9feaa4 (diff)
downloadopie-949b51e2243919f79cdb69e91ebc5e14a32c7545.zip
opie-949b51e2243919f79cdb69e91ebc5e14a32c7545.tar.gz
opie-949b51e2243919f79cdb69e91ebc5e14a32c7545.tar.bz2
remove tiny goof
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index 15290ce..1a5a59f 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -150,13 +150,13 @@ void MainWindow::initUI() {
150 /* 150 /*
151 * fullscreen 151 * fullscreen
152 */ 152 */
153 m_isFullscreen = false; 153 m_isFullscreen = false;
154 154
155 m_fullscreen = new QAction( tr("Full screen"), Resource::loadPixmap( "fullscreen" ) 155 m_fullscreen = new QAction( tr("Full screen"), Resource::loadPixmap( "fullscreen" )
156 , QString::null, 0, this, 0, true ); 156 , QString::null, 0, this, 0 );
157 m_fullscreen->addTo( m_console ); 157 m_fullscreen->addTo( m_console );
158 connect( m_fullscreen, SIGNAL( activated() ), 158 connect( m_fullscreen, SIGNAL( activated() ),
159 this, SLOT( slotFullscreen() ) ); 159 this, SLOT( slotFullscreen() ) );
160 160
161 m_console->insertSeparator(); 161 m_console->insertSeparator();
162 162