fix(mnemonics): Add missing buddies to labels
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@ -43,6 +43,9 @@
|
||||
<property name="text">
|
||||
<string>P&ost-exit command:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>postExitCmdTextBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
@ -53,6 +56,9 @@
|
||||
<property name="text">
|
||||
<string>&Pre-launch command:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>preLaunchCmdTextBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
@ -63,6 +69,9 @@
|
||||
<property name="text">
|
||||
<string>&Wrapper command:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>wrapperCmdTextBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
|
Reference in New Issue
Block a user