1
0
Fork 0

GUI: fixed bug in ShortcutsDialog when binding Alt+C or Alt+S

This commit is contained in:
mrexodia 2016-09-29 19:44:08 +02:00
parent 3b6f710884
commit d4436fe693
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 2 additions and 2 deletions

View File

@ -58,14 +58,14 @@
<item>
<widget class="QPushButton" name="btnSave">
<property name="text">
<string>&amp;Save</string>
<string>Save</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCancel">
<property name="text">
<string>&amp;Cancel</string>
<string>Cancel</string>
</property>
</widget>
</item>