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 | |
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 | 4 |
1 files changed, 2 insertions, 2 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 @@ -95,26 +95,26 @@ void AdvancedFm::init() { fileMenu->insertItem( tr( "Rename" ), this, SLOT( rn() )); fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); fileMenu->insertSeparator(); fileMenu->insertItem( tr( "Make Symlink" ), this, SLOT( mkSym() )); fileMenu->insertItem( tr( "Select All" ), this, SLOT( selectAll() )); fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() )); fileMenu->setCheckable(TRUE); 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"); s_removeBookmark = tr("Remove Current Directory from Bookmarks"); menuButton->setUseLabel(false); menuButton->insertItem( s_addBookmark); menuButton->insertItem( s_removeBookmark); menuButton->insertSeparator(); // menuButton->insertItem(""); // customDirMenu->insertItem(tr("Add This Directory")); |