Mercurial > public > ostc4
diff Discovery/Src/tMenuEditSystem.c @ 528:a9c195be907e
Added new option to gas configuration: "Off":
Added functionality needed to handle the new state
author | Ideenmodellierer |
---|---|
date | Sun, 13 Sep 2020 20:59:38 +0200 |
parents | 970d8040c0e3 |
children | 66aef216828b |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditSystem.c Sun Sep 13 20:58:37 2020 +0200 +++ b/Discovery/Src/tMenuEditSystem.c Sun Sep 13 20:59:38 2020 +0200 @@ -961,7 +961,7 @@ text[1] = TXT2BYTE_ResetLogbook; write_field_button(StMSYS5_ResetLogbook,30, 800, ME_Y_LINE6, &FontT48, text); #else - text[0] = '\021'; + text[0] = '\031'; text[1] = TXT_2BYTE; text[2] = TXT2BYTE_ResetLogbook; text[3] = 0;