]> git.sur5r.net Git - glabels/blobdiff - src/bc-backends.c
Imported Upstream version 3.4.0
[glabels] / src / bc-backends.c
index 0442f7f990bf285f51d157bfba92e695f53f06f9..0758f59d3c3618495d5bd98976919c38382e5afe 100644 (file)
@@ -260,7 +260,7 @@ static const Style styles[] = {
         { "zint", "Code128", N_("Code 128"), gl_barcode_zint_new,
           TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
           
-        { "zint", "Code128B", N_("Code 128 (Mode C supression)"), gl_barcode_zint_new,
+        { "zint", "Code128B", N_("Code 128 (Mode C suppression)"), gl_barcode_zint_new,
           TRUE, TRUE, TRUE, FALSE, "0000000000", TRUE, 10},
           
         { "zint", "DAFT", N_("DAFT Code"), gl_barcode_zint_new,
@@ -269,6 +269,9 @@ static const Style styles[] = {
         { "zint", "DMTX", N_("Data Matrix"), gl_barcode_zint_new,
           FALSE, FALSE, TRUE, FALSE, "0000000000", TRUE, 10},
 
+        { "zint", "DMTX-GS1", N_("Data Matrix (GS1)"), gl_barcode_zint_new,
+          FALSE, FALSE, TRUE, FALSE, "0000000000", TRUE, 10},
+
         { "zint", "DPL", N_("Deutsche Post Leitcode"), gl_barcode_zint_new,
           TRUE, TRUE, TRUE, FALSE, "1234567890123", TRUE, 13},