diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 02:38:22 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 02:38:22 -0500 |
| commit | e62af8390d71138aa62467f2fadcc581265da334 (patch) | |
| tree | addf254d97dfa264feadb369ab94e36c217bd209 | |
| parent | 9c70e0c5d1f45b798487baa21a2aefc277331041 (diff) | |
Fixed krazy errors in Item and MapTrainerTeamMember widgets
| -rw-r--r-- | sigmodr/gui/item.ui | 4 | ||||
| -rw-r--r-- | sigmodr/gui/maptrainerteammember.ui | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sigmodr/gui/item.ui b/sigmodr/gui/item.ui index befd61b4..fd6f61e5 100644 --- a/sigmodr/gui/item.ui +++ b/sigmodr/gui/item.ui @@ -49,10 +49,10 @@ <property name="toolTip" > <string>Type of the item</string> </property> - <property name="toolTip" > + <property name="statusTip" > <string>Type of the item</string> </property> - <property name="toolTip" > + <property name="whatsThis" > <string>Type of the item</string> </property> </widget> diff --git a/sigmodr/gui/maptrainerteammember.ui b/sigmodr/gui/maptrainerteammember.ui index 58c4d2ac..4473f436 100644 --- a/sigmodr/gui/maptrainerteammember.ui +++ b/sigmodr/gui/maptrainerteammember.ui @@ -166,18 +166,18 @@ <property name="title" > <string>Natures</string> </property> - <property name="toolTip" > - <string>Natures the team member has</string> - </property> - <property name="statusTip" > - <string>Natures the team member has</string> - </property> - <property name="whatsThis" > - <string>Natures the team member has</string> - </property> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="KActionSelector" name="varNatures" > + <property name="toolTip" > + <string>Natures the team member has</string> + </property> + <property name="statusTip" > + <string>Natures the team member has</string> + </property> + <property name="whatsThis" > + <string>Natures the team member has</string> + </property> <property name="showUpDownButtons" > <bool>false</bool> </property> |
