GUI: undo Windows * -> + change as formatting data, not filenames, doh

This commit is contained in:
gitlost 2022-07-05 01:35:24 +01:00
parent 8525597b81
commit 9870fc6a61
4 changed files with 10 additions and 14 deletions

View file

@ -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"}

View file

@ -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: