Mercurial > public > ostc4
changeset 64:98b479d0618f
typo in info menu...
author | heinrichsweikamp |
---|---|
date | Tue, 14 Aug 2018 12:43:58 +0200 |
parents | cd298de33783 |
children | feaee3f4696e |
files | Discovery/Src/tMenuEditSystem.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditSystem.c Mon Aug 13 19:11:14 2018 +0200 +++ b/Discovery/Src/tMenuEditSystem.c Tue Aug 14 12:43:58 2018 +0200 @@ -1138,9 +1138,8 @@ date[year] = Sdate.Year; snprintf(text_content,40,"Firmware release date: %02d.%02d.%02d",date[0],date[1],date[2]); write_label_var( 20, 800, ME_Y_LINE3, &FontT42, text_content); - //write_label_var( 20, 800, ME_Y_LINE3, &FontT42, "Available now: Boot 2016. Get Yours!"); write_label_var( 20, 800, ME_Y_LINE4, &FontT42, "for more information"); - write_label_var( 20, 800, ME_Y_LINE5, &FontT42, "info@heinrihweikamp.com"); + write_label_var( 20, 800, ME_Y_LINE5, &FontT42, "info@heinrichsweikamp.com"); text_button[0] = TXT_2BYTE; text_button[1] = TXT2BYTE_ButtonNext;