summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menus.c b/menus.c
index 40d4e87..01970d6 100644
--- a/menus.c
+++ b/menus.c
@@ -926,11 +926,11 @@ void Show_Main_Menu(void)
g_free (step2);
// shorten as required
- gchar *step4 = conditional_regex_replace (strlen(step2) > LCD_col_width, step3, "TER", "T");
+ gchar *step4 = conditional_regex_replace (strlen(step3) > LCD_col_width, step3, "TER", "T");
g_free (step3);
// shorten as required
- gchar *step5 = conditional_regex_replace (strlen(step2) > LCD_col_width, step4, "GPIB", "GP");
+ gchar *step5 = conditional_regex_replace (strlen(step4) > LCD_col_width, step4, "GPIB", "GP");
g_free (step4);
// finish