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:
@@ -47,7 +47,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="radC25Stand">
|
||||
<property name="text">
|
||||
<string>&No Check Digit</string>
|
||||
<string>No Ch&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>&Check Digit</string>
|
||||
<string>Chec&k Digit</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add standard GS1 mod-10 check digit</string>
|
||||
|
||||
Reference in New Issue
Block a user