mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
GUI: undo Windows * -> + change as formatting data, not filenames, doh
This commit is contained in:
parent
8525597b81
commit
9870fc6a61
4 changed files with 10 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue