From ca7f451309f3726ea35581de8343481fa775ab3a Mon Sep 17 00:00:00 2001
From: un1versal
Date: Mon, 1 Feb 2016 02:11:21 +0000
Subject: OptionsWidget_theme: remove tooltip center formatting
---
src/modules/options/OptionsWidget_theme.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'src/modules/options/OptionsWidget_theme.cpp')
diff --git a/src/modules/options/OptionsWidget_theme.cpp b/src/modules/options/OptionsWidget_theme.cpp
index dcff18062..94aced6eb 100644
--- a/src/modules/options/OptionsWidget_theme.cpp
+++ b/src/modules/options/OptionsWidget_theme.cpp
@@ -70,21 +70,21 @@ OptionsWidget_themeTransparency::OptionsWidget_themeTransparency(QWidget * paren
m_pUseTransparencyBoolSelector = addBoolSelector(0,1,1,1,__tr2qs_ctx("Enable transparency","options"),KviOption_boolUseGlobalPseudoTransparency);
#ifdef COMPILE_X11_SUPPORT
mergeTip(m_pUseTransparencyBoolSelector,
- __tr2qs_ctx("
This option makes all KVIrc windows look " \
+ __tr2qs_ctx("This option makes all KVIrc windows look " \
"transparent.
You must choose a blending " \
"background image below or check the " \
- "\"Use compositing for real transparency\" option.","options"));
+ "\"Use compositing for real transparency\" option.","options"));
#elif defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW)
mergeTip(m_pUseTransparencyBoolSelector,
- __tr2qs_ctx("This option makes all KVIrc windows look " \
+ __tr2qs_ctx("This option makes all KVIrc windows look " \
"transparent.
You must choose a blending " \
"background image below or check the " \
- "\"Use desktop background for transparency\" option.","options"));
+ "\"Use desktop background for transparency\" option.","options"));
#else
mergeTip(m_pUseTransparencyBoolSelector,
- __tr2qs_ctx("This option makes all KVIrc windows look " \
+ __tr2qs_ctx("This option makes all KVIrc windows look " \
"like transparent.
You must choose a blending " \
- "background image below.","options"));
+ "background image below.","options"));
#endif
u = addUIntSelector(0,2,1,2,__tr2qs_ctx("Child window opacity:","options"),KviOption_uintGlobalTransparencyChildFadeFactor,
--
cgit v1.3.1-10-gc9f91