commit 8f975a11f06949f0154ad9735368d54fcb67d7d5
parent 2458b295d926230e3008a509871fc03c50f02a9c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 30 Jun 2006 14:25:34 +0000
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3706 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/browser.c b/src/browser.c
@@ -148,8 +148,8 @@ char *do_browser(char *path, DIR *dir)
if (selected > filelist_len - 1)
selected = filelist_len - 1;
else if (old_selected == selected)
- /* Put back the "Select" key, so that
- * the file is read in. */
+ /* Put back the Enter key, so that the
+ * file is read in. */
unget_kbinput(NANO_ENTER_KEY, FALSE,
FALSE);
}