summaryrefslogtreecommitdiff
path: root/src/gnome2/main_menu.c
diff options
context:
space:
mode:
authorUnit 193 <unit193@ubuntu.com>2017-07-04 22:37:44 -0400
committerUnit 193 <unit193@ubuntu.com>2017-07-04 22:37:44 -0400
commit941f1092f86b6b52f27881e24bfd1395c4d4c070 (patch)
tree015c5ebb3c0c5839c39103e27defa917b6a4b6ac /src/gnome2/main_menu.c
parentb46786d2013adf438a981f1fe895dc36f15996fd (diff)
New upstream version 4.0.5+dfsg1
Diffstat (limited to 'src/gnome2/main_menu.c')
-rw-r--r--src/gnome2/main_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnome2/main_menu.c b/src/gnome2/main_menu.c
index 0cb549a..0c6f1b5 100644
--- a/src/gnome2/main_menu.c
+++ b/src/gnome2/main_menu.c
@@ -2,7 +2,7 @@
* Xiphos Bible Study Tool
* main_menu.c - creation of and call backs for xiphos main menu
*
- * Copyright (C) 2000-2015 Xiphos Developer Team
+ * Copyright (C) 2000-2016 Xiphos Developer Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -142,7 +142,7 @@ on_help_contents_activate(GtkMenuItem *menuitem, gpointer user_data)
G_MODULE_EXPORT void
on_mailing_list_activate(GtkMenuItem *menuitem, gpointer user_data)
{
- xiphos_open_default("https://lists.sourceforge.net/lists/listinfo/gnomesword-users/");
+ xiphos_open_default("http://www.crosswire.org/mailman/listinfo/xiphos-users/");
}
/******************************************************************************
@@ -208,7 +208,7 @@ on_live_chat_activate(GtkMenuItem *menuitem, gpointer user_data)
* gpointer user_data)
*
* Description
- * open web browser to sourceforge bug tracker
+ * open web browser to github bug tracker
*
* Return value
* void