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
.
master
parent
c60d3bbb97
commit
4aa1678f3b
|
@ -259,7 +259,7 @@ int menusymbols[NUMBER_OF_MENUS] = { MMAIN, MWHEREIS, MREPLACE, MREPLACEWITH,
|
||||||
MYESNO, MGOTOLINE, MWRITEFILE, MINSERTFILE,
|
MYESNO, MGOTOLINE, MWRITEFILE, MINSERTFILE,
|
||||||
MEXTCMD, MHELP, MSPELL, MLINTER,
|
MEXTCMD, MHELP, MSPELL, MLINTER,
|
||||||
MBROWSER, MWHEREISFILE, MGOTODIR,
|
MBROWSER, MWHEREISFILE, MGOTODIR,
|
||||||
MMOST|MHELP|MYESNO };
|
MMOST|MBROWSER|MHELP|MYESNO };
|
||||||
|
|
||||||
char *startup_problem = NULL;
|
char *startup_problem = NULL;
|
||||||
/* An error message (if any) about nanorc files or history files. */
|
/* An error message (if any) about nanorc files or history files. */
|
||||||
|
|
Loading…
Reference in New Issue