diff options
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |