diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 01:24:39 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 01:24:39 +0200 |
| commit | 9b93c4d7c5a450607eca0174b1899e56d6a09a48 (patch) | |
| tree | a4cd5ac75ad9a3cd3f3a69ecbb25c53bf43fd3e8 /src/settingsdialog.ui | |
| parent | e32d4644034f0a6df8dd06c985ccfe74e7dd48f4 (diff) | |
| download | kristall-9b93c4d7c5a450607eca0174b1899e56d6a09a48.tar.gz | |
Improves gophermaps: Now handle '+' correctly, improves gopher protocol such that it now respects *the lone dot*.
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 75b84fe..23d1bc8 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -212,9 +212,9 @@ <item row="6" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> - <widget class="QRadioButton" name="scheme_error"> + <widget class="QRadioButton" name="scheme_os_default"> <property name="text"> - <string>Display error message</string> + <string>Use OS default handler</string> </property> <attribute name="buttonGroup"> <string notr="true">buttonGroup</string> @@ -222,9 +222,9 @@ </widget> </item> <item> - <widget class="QRadioButton" name="scheme_os_default"> + <widget class="QRadioButton" name="scheme_error"> <property name="text"> - <string>Use OS default handler</string> + <string>Display error message</string> </property> <attribute name="buttonGroup"> <string notr="true">buttonGroup</string> @@ -842,9 +842,9 @@ </connection> </connections> <buttongroups> + <buttongroup name="buttonGroup"/> <buttongroup name="gophermapBtnGroup"/> <buttongroup name="textHighlightsBtnGroup"/> <buttongroup name="textRenderingBtnGroup"/> - <buttongroup name="buttonGroup"/> </buttongroups> </ui> |
