diff options
| author | Peter Penz <[email protected]> | 2008-11-14 19:51:13 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-11-14 19:51:13 +0000 |
| commit | 1743e4b1fab8375eead3316770d88381e72b183c (patch) | |
| tree | 6a48030a9aff5190d5959d60993d31d0f9f013a8 /src/dolphinmainwindow.cpp | |
| parent | 718df1363dc1ecac2d3376d3e288947549aeb42f (diff) | |
provide a 'Create New' entry for a context menu above a directory
BUG: 169880
svn path=/trunk/KDE/kdebase/apps/; revision=884373
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index d93ff83e4..cf2064482 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -945,7 +945,7 @@ void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContain void DolphinMainWindow::setupActions() { // setup 'File' menu - m_newMenu = new DolphinNewMenu(this); + m_newMenu = new DolphinNewMenu(this, this); KMenu* menu = m_newMenu->menu(); menu->setTitle(i18nc("@title:menu Create new folder, file, link, etc.", "Create New")); menu->setIcon(KIcon("document-new")); |
