Bug 119400 - Incorrect help tooltips in chat window preferences
Summary: Incorrect help tooltips in chat window preferences
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 16:35 UTC by Armando Diaz-Jagucki
Modified: 2006-01-07 06:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>