mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-25 20:44:29 -04:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
parent
7c4afa49c9
commit
471aed7a69
29 changed files with 323 additions and 80 deletions
|
@ -450,7 +450,7 @@ static int get_barcode_name(const char *barcode_name) {
|
|||
{ BARCODE_DBAR_EXPSTK_CC, "rssexpstackcc" }, /* Synonym */
|
||||
{ BARCODE_DBAR_LTD, "rssltd" }, /* Synonym */
|
||||
{ BARCODE_DBAR_LTD_CC, "rssltdcc" }, /* Synonym */
|
||||
{ BARCODE_C25STANDARD, "standardcode2of5" },
|
||||
{ BARCODE_C25STANDARD, "standardcode2of5" }, /* Synonym */
|
||||
{ BARCODE_TELEPEN, "telepen" },
|
||||
{ BARCODE_TELEPEN_NUM, "telepennum" },
|
||||
{ BARCODE_ULTRA, "ultra" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue