summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtHighlightEditor.ui')
-rw-r--r--Swift/QtUI/QtHighlightEditor.ui11
1 files changed, 7 insertions, 4 deletions
diff --git a/Swift/QtUI/QtHighlightEditor.ui b/Swift/QtUI/QtHighlightEditor.ui
index a2baffd..be2e99b 100644
--- a/Swift/QtUI/QtHighlightEditor.ui
+++ b/Swift/QtUI/QtHighlightEditor.ui
@@ -144,9 +144,9 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <widget class="QRadioButton" name="chatRadio">
+ <widget class="QRadioButton" name="roomRadio">
<property name="text">
- <string>Chats</string>
+ <string>Rooms</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -154,9 +154,12 @@
</widget>
</item>
<item>
- <widget class="QRadioButton" name="roomRadio">
+ <widget class="QRadioButton" name="chatRadio">
<property name="text">
- <string>Rooms</string>
+ <string>Chats</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
</property>
</widget>
</item>