git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3417 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-23 14:53:26 +00:00
parent b88152d82d
commit 5a2dbe26d8
1 changed files with 2 additions and 2 deletions

View File

@ -680,9 +680,9 @@ void shortcut_init(bool unjustify)
sc_init_one(&main_list, NANO_REFRESH_KEY, refresh_msg sc_init_one(&main_list, NANO_REFRESH_KEY, refresh_msg
#ifndef NANO_TINY #ifndef NANO_TINY
, IFHELP(nano_wordcount_msg, TRUE) , IFHELP(nano_refresh_msg, TRUE)
#else #else
, IFHELP(nano_wordcount_msg, FALSE) , IFHELP(nano_refresh_msg, FALSE)
#endif #endif
, NANO_NO_KEY, NANO_NO_KEY, NANO_NO_KEY, VIEW, total_refresh); , NANO_NO_KEY, NANO_NO_KEY, NANO_NO_KEY, VIEW, total_refresh);