mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Add an "Authors" entry to the Help menu.
It displays the ELinks website's authors page.
This commit is contained in:
parent
a197bde2f6
commit
3f48ae491f
@ -449,6 +449,7 @@ static struct menu_item help_menu[] = {
|
||||
#endif
|
||||
BAR_MENU_ITEM,
|
||||
INIT_MENU_ITEM(N_("~Copying"), NULL, ACT_MAIN_NONE, menu_copying, NULL, 0),
|
||||
INIT_MENU_ITEM(N_("Autho~rs"), NULL, ACT_MAIN_NONE, menu_url_shortcut, ELINKS_AUTHORS_URL, 0),
|
||||
INIT_MENU_ITEM(N_("~About"), NULL, ACT_MAIN_NONE, menu_about, NULL, 0),
|
||||
NULL_MENU_ITEM
|
||||
};
|
||||
|
@ -11,6 +11,7 @@
|
||||
#define WWW_HOME_URL ""
|
||||
|
||||
#define ELINKS_HOMEPAGE "http://elinks.cz/"
|
||||
#define ELINKS_AUTHORS_URL "http://elinks.cz/authors.html"
|
||||
#define ELINKS_DOC_URL "http://elinks.cz/documentation/"
|
||||
#define ELINKS_BUGS_URL "http://bugzilla.elinks.cz/"
|
||||
#define ELINKS_GITWEB_URL "http://repo.or.cz/w/elinks.git"
|
||||
|
Loading…
Reference in New Issue
Block a user