diff options
-rw-r--r-- | screen_keydef.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_keydef.c b/screen_keydef.c index 9e439f57d..46510c06b 100644 --- a/screen_keydef.c +++ b/screen_keydef.c @@ -255,6 +255,8 @@ keydef_close(void) g_free(cmds); cmds = NULL; } + else + screen_status_printf("Note: Did you forget to \'Apply\' your changes?"); } static char * |