aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2012-02-27 15:36:30 +0000
committerGravatar Fabio Bas2012-02-27 15:36:30 +0000
commite5ae532e468dd6880e863ed2d239f0e3054f4ad5 (patch)
tree9a436cb62db702fcc59632fe1d9572ace29d2883 /src/modules
parentfixed #440 for osx; updated INSTALL-Win32.txt for openssl>=1.0 (diff)
downloadKVIrc-e5ae532e468dd6880e863ed2d239f0e3054f4ad5.tar.gz
KVIrc-e5ae532e468dd6880e863ed2d239f0e3054f4ad5.tar.bz2
KVIrc-e5ae532e468dd6880e863ed2d239f0e3054f4ad5.zip
fix for kde
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6079 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/filetransferwindow/FileTransferWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/filetransferwindow/FileTransferWindow.cpp b/src/modules/filetransferwindow/FileTransferWindow.cpp
index 44c7af243..25799fa3f 100644
--- a/src/modules/filetransferwindow/FileTransferWindow.cpp
+++ b/src/modules/filetransferwindow/FileTransferWindow.cpp
@@ -459,7 +459,7 @@ void FileTransferWindow::rightButtonPressed(FileTransferItem *it,const QPoint &p
pAction = m_pOpenFilePopup->addAction(__tr2qs_ctx("&Other...","filetransferwindow"),this,SLOT(openLocalFileWith()));
pAction->setData(-1);
- m_pLocalFilePopup->addAction(__tr2qs_ctx("Open &With","filetransferwindow"),m_pOpenFilePopup);
+ m_pLocalFilePopup->addAction(__tr2qs_ctx("Open &With","filetransferwindow"))->setMenu(m_pOpenFilePopup);
m_pLocalFilePopup->addSeparator();
m_pLocalFilePopup->addAction(__tr2qs_ctx("Open &Location","filetransferwindow"),this,SLOT(openLocalFileFolder()));
m_pLocalFilePopup->addAction(__tr2qs_ctx("Terminal at Location","filetransferwindow"),this,SLOT(openLocalFileTerminal()));