diff options
| author | 2009-09-18 15:57:58 +0000 | |
|---|---|---|
| committer | 2009-09-18 15:57:58 +0000 | |
| commit | 709a9085565a99c726329a02b1f431ef644d4aa1 (patch) | |
| tree | ca94cf5bcc121dbf6659059bc53db6e2e0a76275 /src/modules/popupeditor/popupeditor.cpp | |
| parent | quick fix (diff) | |
| download | KVIrc-709a9085565a99c726329a02b1f431ef644d4aa1.tar.gz KVIrc-709a9085565a99c726329a02b1f431ef644d4aa1.tar.bz2 KVIrc-709a9085565a99c726329a02b1f431ef644d4aa1.zip | |
applied patch, thanks to Aeriana;
quick fix;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3514 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
| -rw-r--r-- | src/modules/popupeditor/popupeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp index a0f004137..71eaa824c 100644 --- a/src/modules/popupeditor/popupeditor.cpp +++ b/src/modules/popupeditor/popupeditor.cpp @@ -1103,7 +1103,7 @@ void KviPopupEditor::exportCurrentPopup() QString szName = QDir::homePath(); if(!szName.endsWith(QString(KVI_PATH_SEPARATOR)))szName += KVI_PATH_SEPARATOR; - szName += m_pLastEditedItem->popup()->text(0); + szName += m_pLastEditedItem->popup()->popupName(); szName += ".kvs"; QString szFile; |
