From 6f01f989f1c757bd0849634a6a3e8b8acda433d4 Mon Sep 17 00:00:00 2001 From: un1versal Date: Sat, 30 Jan 2016 17:42:30 +0000 Subject: OptionsWidget_ctcp: remove tooltip center formatting --- src/modules/options/OptionsWidget_ctcp.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/options/OptionsWidget_ctcp.cpp') diff --git a/src/modules/options/OptionsWidget_ctcp.cpp b/src/modules/options/OptionsWidget_ctcp.cpp index a799a5e4e..408b8246d 100644 --- a/src/modules/options/OptionsWidget_ctcp.cpp +++ b/src/modules/options/OptionsWidget_ctcp.cpp @@ -47,24 +47,24 @@ OptionsWidget_ctcp::OptionsWidget_ctcp(QWidget * parent) s->setMinimumLabelWidth(200); mergeTip(s, - __tr2qs_ctx("
This text will be appended to the CTCP VERSION reply.
For example, you can place a script name here.
","options")); + __tr2qs_ctx("This text will be appended to the CTCP VERSION reply.
For example, you can place a script name here.","options")); s = addStringSelector(gs, __tr2qs_ctx("Append to SOURCE reply:","options"),KviOption_stringCtcpSourcePostfix); s->setMinimumLabelWidth(200); mergeTip(s, - __tr2qs_ctx("
This text will be appended to the CTCP SOURCE reply.
For example, you can place the source URL for a script here.
","options")); + __tr2qs_ctx("This text will be appended to the CTCP SOURCE reply.
For example, you can place the source URL for a script here.","options")); // s = addStringSelector(gs, __tr2qs_ctx("USERINFO reply:","options"),KviOption_stringCtcpUserinfoReply); // mergeTip(s, -// __tr2qs_ctx("
This is the CTCP USERINFO reply.
It can contain some information about yourself.
","options")); +// __tr2qs_ctx("This is the CTCP USERINFO reply.
It can contain some information about yourself.","options")); s = addStringSelector(gs, __tr2qs_ctx("PAGE reply:","options"),KviOption_stringCtcpPageReply); s->setMinimumLabelWidth(200); mergeTip(s, - __tr2qs_ctx("
This is the CTCP PAGE reply.
It should contain some sort of acknowledgement for CTCP PAGE messages.
","options")); + __tr2qs_ctx("This is the CTCP PAGE reply.
It should contain some sort of acknowledgement for CTCP PAGE messages.","options")); addBoolSelector(gs,__tr2qs_ctx("Show the CTCP replies in the active window","options"),KviOption_boolCtcpRepliesToActiveWindow); -- cgit v1.3.1-10-gc9f91