1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-06 11:37:27 +00:00

GUI: fix symbology-specific groupbox accelerators

This commit is contained in:
gitlost
2023-07-18 12:36:51 +01:00
parent 32c9e6a98e
commit 3e96336970
12 changed files with 16 additions and 16 deletions

View File

@@ -60,7 +60,7 @@
<item row="0" column="1">
<widget class="QRadioButton" name="radC11OneCheckDigit">
<property name="text">
<string>&amp;One (Mod-11)</string>
<string>One (&amp;Mod-11)</string>
</property>
<property name="toolTip">
<string>Add 1 mod-11 check digit</string>
@@ -70,7 +70,7 @@
<item row="1" column="0">
<widget class="QRadioButton" name="radC11NoCheckDigits">
<property name="text">
<string>&amp;No Check Digit</string>
<string>No Ch&amp;eck Digit</string>
</property>
<property name="toolTip">
<string>Do not add any check digits</string>