mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
GUI: fix symbology-specific groupbox accelerators
This commit is contained in:
parent
32c9e6a98e
commit
3e96336970
12 changed files with 16 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue