summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfmData.cpp
authorllornkcor <llornkcor>2004-09-18 09:27:34 (UTC)
committer llornkcor <llornkcor>2004-09-18 09:27:34 (UTC)
commitb45501194ab88d7fc898056df442430e7d6a2b22 (patch) (side-by-side diff)
tree4fe36ced24e66b87d7969b46ba0a7623b98f21cc /noncore/apps/advancedfm/advancedfmData.cpp
parentf0e025a8e64f96390377c0aa66e8b5602494d7d0 (diff)
downloadopie-b45501194ab88d7fc898056df442430e7d6a2b22.zip
opie-b45501194ab88d7fc898056df442430e7d6a2b22.tar.gz
opie-b45501194ab88d7fc898056df442430e7d6a2b22.tar.bz2
add refresh menuitem
Diffstat (limited to 'noncore/apps/advancedfm/advancedfmData.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfmData.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp
index dc7e8e1..1802571 100644
--- a/noncore/apps/advancedfm/advancedfmData.cpp
+++ b/noncore/apps/advancedfm/advancedfmData.cpp
@@ -101,6 +101,7 @@ void AdvancedFm::init() {
viewMenu->insertItem( tr( "Switch to View 1" ), this, SLOT( switchToLocalTab()));
viewMenu->insertItem( tr( "Switch to View 2" ), this, SLOT( switchToRemoteTab()));
+ viewMenu->insertItem( tr( "Refresh" ), this, SLOT( refreshCurrentTab()));
// viewMenu->insertSeparator();
// viewMenu->insertItem( tr( "About" ), this, SLOT( doAbout() ));
viewMenu->setCheckable(true);