aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages
diff options
context:
space:
mode:
authortimoreo22 <timo.oreo34@gmail.com>2022-05-28 15:46:38 +0200
committerGitHub <noreply@github.com>2022-05-28 15:46:38 +0200
commitfcbe233fdb79214479820eb8f0489351143b4036 (patch)
tree47e429862b991b6486bd0e26c95f03f5981950c1 /launcher/ui/pages
parent4af8a9ed2d20a8ecc8d272813d12f098d8552cbf (diff)
parent6fb5bb6a5e73d8e967d9bcc142683cdd4ff080ff (diff)
downloadPrismLauncher-fcbe233fdb79214479820eb8f0489351143b4036.tar.gz
PrismLauncher-fcbe233fdb79214479820eb8f0489351143b4036.tar.bz2
PrismLauncher-fcbe233fdb79214479820eb8f0489351143b4036.zip
Merge pull request #651 from Scrumplex/fix-mnemonic-apipage
Fix mnemonics in APIPage
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r--launcher/ui/pages/global/APIPage.ui12
1 files changed, 9 insertions, 3 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui
index cf15065b..5c927391 100644
--- a/launcher/ui/pages/global/APIPage.ui
+++ b/launcher/ui/pages/global/APIPage.ui
@@ -36,13 +36,16 @@
<item>
<widget class="QGroupBox" name="groupBox_paste">
<property name="title">
- <string>Pastebin Service</string>
+ <string>&amp;Pastebin Service</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="pasteServiceTypeLabel">
<property name="text">
- <string>Paste Service Type</string>
+ <string>Paste Service &amp;Type</string>
+ </property>
+ <property name="buddy">
+ <cstring>pasteTypeComboBox</cstring>
</property>
</widget>
</item>
@@ -52,7 +55,10 @@
<item>
<widget class="QLabel" name="baseURLLabel">
<property name="text">
- <string>Base URL</string>
+ <string>Base &amp;URL</string>
+ </property>
+ <property name="buddy">
+ <cstring>baseURLEntry</cstring>
</property>
</widget>
</item>