summaryrefslogtreecommitdiff
path: root/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.c')
-rw-r--r--lcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcd.c b/lcd.c
index 760af65..1227049 100644
--- a/lcd.c
+++ b/lcd.c
@@ -410,9 +410,9 @@ void cLcd::SummaryDisplay() {
if (SummaryCurrent+offset < SummaryTextL) {
strncpy(workstring,SummaryText+SummaryCurrent+offset,wid+1);
workstring[wid]='\0';
- cLcd::SetLine(LCDMENU,i,workstring);
+ cLcd::SetLine(LCDMISC,i,workstring);
offset+=wid;
- } else cLcd::SetLine(LCDMENU,i," ");
+ } else cLcd::SetLine(LCDMISC,i," ");
}
}