Bug 119400

Summary: Incorrect help tooltips in chat window preferences
Product: [Applications] konversation Reporter: Armando Diaz-Jagucki <armandod>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Armando Diaz-Jagucki 2006-01-02 16:35:52 UTC
Version:           0.18 #3016 (using KDE 3.5.0, Gentoo)
Compiler:          gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
OS:                Linux (i686) release 2.6.11-gentoo-r4

In the configuration dialog of Konversation in the 'Chat Window' section, most of the help tooltips are repeated with the same incorrect description of: "Keep channel mode string as...".
Comment 1 Eike Hein 2006-01-07 06:58:05 UTC
SVN commit 495107 by hein:

Don't repeat WHATSTHIS info in Behavior->Chat Window.
BUG:119400


 M  +3 -3      chatwindowbehaviour_preferences.ui  


--- trunk/extragear/network/konversation/src/chatwindowbehaviour_preferences.ui #495106:495107
@@ -12,9 +12,6 @@
             <height>474</height>
         </rect>
     </property>
-    <property name="whatsThis" stdset="0">
-        <string>Keep channel mode string as a combination of characters instead of translating them into human readable words. E.g. '*** Channel modes: no messages from outside' will become '*** Channel modes: n'</string>
-    </property>
     <grid>
         <property name="name">
             <cstring>unnamed</cstring>
@@ -131,6 +128,9 @@
                     <property name="text">
                         <string>&amp;Use raw modes for mode changes</string>
                     </property>
+                    <property name="whatsThis" stdset="0">
+                        <string>Keep channel mode string as a combination of characters instead of translating them into human readable words. E.g. '*** Channel modes: no messages from outside' will become '*** Channel modes: n'</string>
+                    </property>
                 </widget>
             </grid>
         </widget>