From: Chris Allegretta Date: Sat, 22 Sep 2001 19:03:01 +0000 (+0000) Subject: Move the smooth_msg up a tiny X-Git-Tag: v1.1.2~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6f6aba0350393ca8612ed3f01c518a6a0101929b;p=nano.git Move the smooth_msg up a tiny git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@779 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/global.c b/global.c index 1623ea99..52769606 100644 --- a/global.c +++ b/global.c @@ -151,7 +151,8 @@ void toggle_init(void) char *toggle_const_msg, *toggle_autoindent_msg, *toggle_suspend_msg, *toggle_nohelp_msg, *toggle_picomode_msg, *toggle_mouse_msg, *toggle_cuttoend_msg, *toggle_wrap_msg, *toggle_case_msg, - *toggle_backwards_msg, *toggle_dos_msg, *toggle_mac_msg; + *toggle_backwards_msg, *toggle_dos_msg, *toggle_mac_msg, + *toggle_smooth_msg; #ifdef ENABLE_MULTIBUFFER char *toggle_load_msg, *nano_openprev_msg, *nano_opennext_msg; @@ -161,7 +162,6 @@ void toggle_init(void) char *toggle_regexp_msg; #endif - char *toggle_smooth_msg; toggle_const_msg = _("Constant cursor position"); toggle_autoindent_msg = _("Auto indent");