author | llornkcor <llornkcor> | 2003-04-12 22:52:57 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-04-12 22:52:57 (UTC) |
commit | 8c18ce3f56a59783f7e37706ccaf133e958baa5e (patch) (side-by-side diff) | |
tree | bf47047efff30e45878a049d995ac5e7a9ab683f /noncore | |
parent | 2cc909c36a779d1041a3382939f8ad41d84b0fc5 (diff) | |
download | opie-8c18ce3f56a59783f7e37706ccaf133e958baa5e.zip opie-8c18ce3f56a59783f7e37706ccaf133e958baa5e.tar.gz opie-8c18ce3f56a59783f7e37706ccaf133e958baa5e.tar.bz2 |
hide about item
-rw-r--r-- | noncore/apps/advancedfm/advancedfmData.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp index 90425dc..1a7a6d7 100644 --- a/noncore/apps/advancedfm/advancedfmData.cpp +++ b/noncore/apps/advancedfm/advancedfmData.cpp @@ -104,8 +104,8 @@ void AdvancedFm::init() { viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() )); viewMenu->insertItem( tr( "Switch to Remote" ), this, SLOT( switchToRemoteTab() )); - viewMenu->insertSeparator(); - viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() )); +// viewMenu->insertSeparator(); +// viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() )); viewMenu->setCheckable(TRUE); s_addBookmark = tr("Bookmark Directory"); @@ -234,19 +234,19 @@ void AdvancedFm::initConnections() { connect( qApp,SIGNAL( aboutToQuit()), - this, SLOT( cleanUp()) ); + this, SLOT( cleanUp()) ); connect( qpeDirButton ,SIGNAL(released()), - this,SLOT( QPEButtonPushed()) ); + this,SLOT( QPEButtonPushed()) ); connect( cfButton ,SIGNAL(released()), - this,SLOT( CFButtonPushed()) ); + this,SLOT( CFButtonPushed()) ); connect( sdButton ,SIGNAL(released()), - this,SLOT( SDButtonPushed()) ); + this,SLOT( SDButtonPushed()) ); connect( cdUpButton ,SIGNAL(released()), - this,SLOT( upDir()) ); + this,SLOT( upDir()) ); connect( docButton,SIGNAL(released()), - this,SLOT( docButtonPushed()) ); + this,SLOT( docButtonPushed()) ); connect( homeButton,SIGNAL(released()), - this,SLOT( homeButtonPushed()) ); + this,SLOT( homeButtonPushed()) ); connect( currentPathCombo, SIGNAL( activated( const QString & ) ), this, SLOT( currentPathComboActivated( const QString & ) ) ); |