aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2009-09-18 15:57:58 +0000
committerGravatar Elvio Basello2009-09-18 15:57:58 +0000
commit709a9085565a99c726329a02b1f431ef644d4aa1 (patch)
treeca94cf5bcc121dbf6659059bc53db6e2e0a76275 /src/modules/popupeditor/popupeditor.cpp
parentquick fix (diff)
downloadKVIrc-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.cpp2
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;