mirror of git://git.sv.gnu.org/nano.git
bindings: the 'all' keyword should encompass the browser menu too
This fixes https://savannah.gnu.org/bugs/?57280.
Reported-by: Tiago Almeida <tjamadeira@gmail.com>
Bug existed since version 3.2, commit cc01bc3e
.
This commit is contained in:
parent
c60d3bbb97
commit
4aa1678f3b
|
@ -259,7 +259,7 @@ int menusymbols[NUMBER_OF_MENUS] = { MMAIN, MWHEREIS, MREPLACE, MREPLACEWITH,
|
|||
MYESNO, MGOTOLINE, MWRITEFILE, MINSERTFILE,
|
||||
MEXTCMD, MHELP, MSPELL, MLINTER,
|
||||
MBROWSER, MWHEREISFILE, MGOTODIR,
|
||||
MMOST|MHELP|MYESNO };
|
||||
MMOST|MBROWSER|MHELP|MYESNO };
|
||||
|
||||
char *startup_problem = NULL;
|
||||
/* An error message (if any) about nanorc files or history files. */
|
||||
|
|
Loading…
Reference in New Issue