diff options
Diffstat (limited to '')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ static char *sort_order[] = { static char *screen_names[] = { [SCR_INFO] = "Info screen", [SCR_LHIST] = "Histogram", - [SCR_APLIST] = "Scan window", + [SCR_SCAN] = "Scan window", NULL }; |