summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfmData.cpp
Unidiff
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 f0a0a35..0966f02 100644
--- a/noncore/apps/advancedfm/advancedfmData.cpp
+++ b/noncore/apps/advancedfm/advancedfmData.cpp
@@ -84,12 +84,13 @@ void AdvancedFm::init() {
84 fileMenu->insertSeparator(); 84 fileMenu->insertSeparator();
85 fileMenu->insertItem( tr( "Make Directory" ), this, SLOT( mkDir() )); 85 fileMenu->insertItem( tr( "Make Directory" ), this, SLOT( mkDir() ));
86 fileMenu->insertItem( tr( "Rename" ), this, SLOT( rn() )); 86 fileMenu->insertItem( tr( "Rename" ), this, SLOT( rn() ));
87 fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() )); 87 fileMenu->insertItem( tr( "Run Command" ), this, SLOT( runCommandStd() ));
88 fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() )); 88 fileMenu->insertItem( tr( "Run Command with Output" ), this, SLOT( runCommand() ));
89 fileMenu->insertSeparator(); 89 fileMenu->insertSeparator();
90 fileMenu->insertItem( tr( "Make Symlink" ), this, SLOT( mkSym() ));
90 fileMenu->insertItem( tr( "Select All" ), this, SLOT( selectAll() )); 91 fileMenu->insertItem( tr( "Select All" ), this, SLOT( selectAll() ));
91 fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() )); 92 fileMenu->insertItem( tr( "Add To Documents" ), this, SLOT( addToDocs() ));
92 fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() )); 93 fileMenu->insertItem( tr( "Delete" ), this, SLOT( del() ));
93 fileMenu->setCheckable(TRUE); 94 fileMenu->setCheckable(TRUE);
94 95
95 viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() )); 96 viewMenu->insertItem( tr( "Switch to Local" ), this, SLOT( switchToLocalTab() ));