diff options
| author | 2010-01-25 16:25:29 +0000 | |
|---|---|---|
| committer | 2010-01-25 16:25:29 +0000 | |
| commit | ff35f560f18860f5a477d803b89d1e9c60fb196f (patch) | |
| tree | 27d200dde0270fe9ffe4572f7b72e0c828c2976b /src | |
| parent | [KVIrc] (trunk) Improve the strings of the Rijndael module (Crypto++). (diff) | |
| download | KVIrc-ff35f560f18860f5a477d803b89d1e9c60fb196f.tar.gz KVIrc-ff35f560f18860f5a477d803b89d1e9c60fb196f.tar.bz2 KVIrc-ff35f560f18860f5a477d803b89d1e9c60fb196f.zip | |
updated italian translation;
quick fixes;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3884 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/addon/packaddondialog.cpp | 6 | ||||
| -rw-r--r-- | src/modules/dcc/video.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/addon/packaddondialog.cpp b/src/modules/addon/packaddondialog.cpp index 9b4ff25e7..5251d842b 100644 --- a/src/modules/addon/packaddondialog.cpp +++ b/src/modules/addon/packaddondialog.cpp @@ -709,9 +709,9 @@ void KviPackAddonSummaryFilesWidget::showEvent(QShowEvent *) // Iterate through the addon dir and its subdirs while(it.hasNext()) { - QString szStr=it.next(); - if(!szStr.contains("/.")) - list.append(szStr); + QString szStr = it.next(); + if(!szStr.contains("/.")) + list.append(szStr); } // QDirIterator does not support sorting, so do it manually diff --git a/src/modules/dcc/video.cpp b/src/modules/dcc/video.cpp index 310deb890..db0d0a23f 100644 --- a/src/modules/dcc/video.cpp +++ b/src/modules/dcc/video.cpp @@ -834,7 +834,7 @@ void KviDccVideo::connectionInProgress() &ip,port.ptr(),m_pDescriptor->iSampleRate,0x01); output(KVI_OUT_DCCMSG,__tr2qs_ctx("Sent DCC VIDEO (%s) request to %Q, waiting for the remote client to connect...","dcc"), m_pDescriptor->szCodec.ptr(),&(m_pDescriptor->szNick)); - } else output(KVI_OUT_DCCMSG,__tr2qs_ctx("DCC VIDEO request not sent: awaiting manual connections","dcc")); + } else output(KVI_OUT_DCCMSG,__tr2qs_ctx("DCC VIDEO request not sent: awaiting manual connection","dcc")); } } |
