aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2009-01-27 16:41:00 +0000
committerGravatar Elvio Basello2009-01-27 16:41:00 +0000
commit552ca95949aef92134ff6ca9327362e88d2d3e35 (patch)
treee34cb9460375d52aa53ba46c8b3ab1737c6d52b4 /src
parentupdated po{,t} files (diff)
downloadKVIrc-552ca95949aef92134ff6ca9327362e88d2d3e35.tar.gz
KVIrc-552ca95949aef92134ff6ca9327362e88d2d3e35.tar.bz2
KVIrc-552ca95949aef92134ff6ca9327362e88d2d3e35.zip
updated italian translation; fixed typo
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3044 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/regchan/libkviregchan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/regchan/libkviregchan.cpp b/src/modules/regchan/libkviregchan.cpp
index 6b6ca7e2f..2010b524f 100644
--- a/src/modules/regchan/libkviregchan.cpp
+++ b/src/modules/regchan/libkviregchan.cpp
@@ -209,7 +209,7 @@ static bool regchan_kvs_cmd_showlist(KviKvsModuleCommandCall * c)
KviPointerHashTableIterator<const char *,KviStr> pit(*(ch->propertyDict()));
while(KviStr * s = pit.current())
{
- c->window()->output(KVI_OUT_SYSTEMMESSAGE,__tr2qs(" Property: %s=%s"),pit.currentKey(),s->ptr());
+ c->window()->output(KVI_OUT_SYSTEMMESSAGE,__tr2qs(" Property: %s=%s"),pit.currentKey(),s->ptr());
++pit;
}
}