summaryrefslogtreecommitdiff
path: root/alpine/newuser.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/newuser.c')
-rw-r--r--alpine/newuser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/alpine/newuser.c b/alpine/newuser.c
index 2b32b3c0..6a84372a 100644
--- a/alpine/newuser.c
+++ b/alpine/newuser.c
@@ -126,9 +126,7 @@ new_user_or_version(struct pine *ps)
(nuov_keymenu.how_many * 12) * sizeof(struct key));
setbitmap(sargs.keys.bitmap);
- km.keys[NUOV_EXIT].label = "[Exit this greeting]";
- km.keys[NUOV_EXIT].bind.nch = 3;
- clrbitn(NUOV_VIEW, sargs.keys.bitmap);
+ km.keys[NUOV_EXIT].label = "Exit this greeting";
if(ps->first_time_user)
clrbitn(NUOV_RELNOTES, sargs.keys.bitmap);