aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/requests.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-12-30 05:48:54 +0000
committerGravatar Elvio Basello2010-12-30 05:48:54 +0000
commitd682a3c0d52ee75250d3c2f07ed0ade7826b124e (patch)
tree2bbdef341e50123f00369fac9d02f3d0aeac479f /src/modules/dcc/requests.cpp
parentSome fixes for the http request (diff)
downloadKVIrc-d682a3c0d52ee75250d3c2f07ed0ade7826b124e.tar.gz
KVIrc-d682a3c0d52ee75250d3c2f07ed0ade7826b124e.tar.bz2
KVIrc-d682a3c0d52ee75250d3c2f07ed0ade7826b124e.zip
reworked mIRC control codes;
yet more splitting; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5272 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/requests.cpp')
-rw-r--r--src/modules/dcc/requests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp
index 7ecbb8900..5dbe4cea5 100644
--- a/src/modules/dcc/requests.cpp
+++ b/src/modules/dcc/requests.cpp
@@ -719,12 +719,12 @@ static void dccModuleParseDccRecv(KviDccRequest * dcc)
#endif
dcc->ctcpMsg->msg->console()->output(KVI_OUT_DCCMSG,
__tr2qs_ctx("Use %c\r![!dbl]dcc.send %s -i=%s -p=%s %Q\r/dcc.send %s -i=%s -p=%s %Q\r%c to send the file (or double-click on the socket)","dcc"),
- KVI_TEXT_BOLD,
+ KviMircCntrl::Bold,
szSwitches.ptr(),
dcc->szParam2.ptr(),dcc->szParam3.ptr(),&(dcc->ctcpMsg->pSource->nick()),
szSwitches.ptr(),
dcc->szParam2.ptr(),dcc->szParam3.ptr(),&(dcc->ctcpMsg->pSource->nick()),
- KVI_TEXT_BOLD);
+ KviMircCntrl::Bold);
}
}