mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-25 21:05:58 +00:00
GUI: fix symbology-specific groupbox accelerators
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="radCodabarStand">
|
||||
<property name="text">
|
||||
<string>&No Check Digit</string>
|
||||
<string>No Ch&eck Digit</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
@@ -54,7 +54,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="QRadioButton" name="radCodabarCheck">
|
||||
<property name="text">
|
||||
<string>&Check Digit</string>
|
||||
<string>Chec&k Digit</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add mod-16 check character</string>
|
||||
|
||||
Reference in New Issue
Block a user