1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 04:21:59 +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

@@ -47,7 +47,7 @@
<item row="0" column="0">
<widget class="QRadioButton" name="radC25Stand">
<property name="text">
<string>&amp;No Check Digit</string>
<string>No Ch&amp;eck Digit</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -60,7 +60,7 @@
<item row="0" column="1">
<widget class="QRadioButton" name="radC25Check">
<property name="text">
<string>&amp;Check Digit</string>
<string>Chec&amp;k Digit</string>
</property>
<property name="toolTip">
<string>Add standard GS1 mod-10 check digit</string>