mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
GUI: undo Windows * -> + change as formatting data, not filenames, doh
This commit is contained in:
@ -341,12 +341,12 @@ each line of text in the right hand panel. The format field determines the
|
||||
format of the automatically generated sequence where characters have the
|
||||
meanings as given below:
|
||||
|
||||
| Character | Effect |
|
||||
|:-------------------|:---------------------------------------------------|
|
||||
|`$` | Insert leading zeroes |
|
||||
|`#` | Insert leading spaces |
|
||||
|`*` | Insert leading asterisks (or plus signs on Windows)|
|
||||
|Any other character | Interpreted literally |
|
||||
| Character | Effect |
|
||||
|:-------------------|:------------------------|
|
||||
|`$` | Insert leading zeroes |
|
||||
|`#` | Insert leading spaces |
|
||||
|`*` | Insert leading asterisks|
|
||||
|Any other character | Interpreted literally |
|
||||
|
||||
Table: {#tbl:sequence_format_characters tag=": Sequence Format Characters"}
|
||||
|
||||
|
@ -502,10 +502,10 @@ format of the automatically generated sequence where characters have the
|
||||
meanings as given below:
|
||||
|
||||
Character Effect
|
||||
--------------------- -----------------------------------------------------
|
||||
--------------------- --------------------------
|
||||
$ Insert leading zeroes
|
||||
# Insert leading spaces
|
||||
* Insert leading asterisks (or plus signs on Windows)
|
||||
* Insert leading asterisks
|
||||
Any other character Interpreted literally
|
||||
|
||||
: Table : Sequence Format Characters:
|
||||
|
Reference in New Issue
Block a user