Merge pull request #398 from thor/patch-1

change URL for "Contents" option in "Help" menu
This commit is contained in:
TingPing 2013-02-05 16:25:02 -08:00
commit 1d563b2e14
1 changed files with 1 additions and 1 deletions

View File

@ -1503,7 +1503,7 @@ menu_ctcpguiopen (void)
static void static void
menu_docs (GtkWidget *wid, gpointer none) menu_docs (GtkWidget *wid, gpointer none)
{ {
fe_open_url ("http://www.hexchat.org/"); fe_open_url ("http://docs.hexchat.org/");
} }
/*static void /*static void