1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Add an "Authors" entry to the Help menu.

It displays the ELinks website's authors page.
This commit is contained in:
Laurent MONIN 2007-10-03 11:16:37 +02:00
parent a197bde2f6
commit 3f48ae491f
2 changed files with 2 additions and 0 deletions

View File

@ -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
};

View File

@ -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"