mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 14:44:35 -04:00
composite: less confusing error message for no linear data
GUI: restore mainWindow min width to allow squashability GUI/manual: use EAN and UPC initials first rather than long names (easier to spot)
This commit is contained in:
parent
270f1d136c
commit
a232dec4ff
12 changed files with 39 additions and 31 deletions
|
@ -96,9 +96,9 @@ static const struct bstyle_item bstyle_items[] = {
|
|||
{ QSL("DotCode"), BARCODE_DOTCODE },
|
||||
{ QSL("DPD Code"), BARCODE_DPD },
|
||||
{ QSL("Dutch Post KIX"), BARCODE_KIX },
|
||||
{ QSL("EAN (EAN-2, EAN-5, EAN-8 and EAN-13) (ISO 15420)"), BARCODE_EANX },
|
||||
{ QSL("EAN-14"), BARCODE_EAN14 },
|
||||
{ QSL("European Article Number (EAN) (ISO 15420)"), BARCODE_EANX },
|
||||
{ QSL("Facing Identification Mark (FIM)"), BARCODE_FIM },
|
||||
{ QSL("FIM (Facing Identification Mark)"), BARCODE_FIM },
|
||||
{ QSL("Flattermarken"), BARCODE_FLAT },
|
||||
{ QSL("Grid Matrix"), BARCODE_GRIDMATRIX },
|
||||
{ QSL("GS1 DataBar Expanded (ISO 24724)"), BARCODE_DBAR_EXP },
|
||||
|
@ -108,7 +108,7 @@ static const struct bstyle_item bstyle_items[] = {
|
|||
{ QSL("GS1 DataBar Stacked (ISO 24724)"), BARCODE_DBAR_STK },
|
||||
{ QSL("GS1 DataBar Stacked Omnidirectional (ISO 24724)"), BARCODE_DBAR_OMNSTK },
|
||||
{ QSL("Han Xin (Chinese Sensible) Code (ISO 20830)"), BARCODE_HANXIN },
|
||||
{ QSL("International Standard Book Number (ISBN)"), BARCODE_ISBNX },
|
||||
{ QSL("ISBN (International Standard Book Number)"), BARCODE_ISBNX },
|
||||
{ QSL("ITF-14"), BARCODE_ITF14 },
|
||||
{ QSL("Japanese Postal Barcode"), BARCODE_JAPANPOST },
|
||||
{ QSL("Korean Postal Barcode"), BARCODE_KOREAPOST },
|
||||
|
@ -132,8 +132,8 @@ static const struct bstyle_item bstyle_items[] = {
|
|||
{ QSL("Telepen Numeric"), BARCODE_TELEPEN_NUM },
|
||||
{ QSL("UK Plessey"), BARCODE_PLESSEY },
|
||||
{ QSL("Ultracode"), BARCODE_ULTRA },
|
||||
{ QSL("Universal Product Code (UPC-A) (ISO 15420)"), BARCODE_UPCA },
|
||||
{ QSL("Universal Product Code (UPC-E) (ISO 15420)"), BARCODE_UPCE },
|
||||
{ QSL("UPC-A (ISO 15420)"), BARCODE_UPCA },
|
||||
{ QSL("UPC-E (ISO 15420)"), BARCODE_UPCE },
|
||||
{ QSL("UPNQR"), BARCODE_UPNQR },
|
||||
{ QSL("USPS Intelligent Mail (OneCode)"), BARCODE_USPS_IMAIL },
|
||||
{ QSL("VIN (Vehicle Identification Number)"), BARCODE_VIN },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue