| Summary: | Incorrect help tooltips in chat window preferences | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Armando Diaz-Jagucki <armandod> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Armando Diaz-Jagucki
2006-01-02 16:35:52 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>&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>
|