Merge branch '2025_bug_reports'

* 2025_bug_reports:
  Ticket #2025: changed URL for bug reports.
This commit is contained in:
Andrew Borodin 2010-05-08 18:20:34 +04:00
commit 817acda5d8
3 changed files with 4 additions and 5 deletions

View File

@ -81,8 +81,8 @@
# the second entry will be used. default should catch all the actions.
#
# Any new entries you develop for you are always welcome if they are
# useful on more than one system. You can send your modifications
# by e-mail to mc-devel@gnome.org
# useful on more than one system. You can post your modifications
# as tickets at www.midnight-commander.org
### Changes ###

View File

@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS = mc-devel@gnome.org
MSGID_BUGS_ADDRESS = http://www.midnight-commander.org/
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.

View File

@ -358,14 +358,13 @@ mc_args_add_extended_info_to_help (void)
_
("\n"
"Please send any bug reports (including the output of `mc -V')\n"
"to mc-devel@gnome.org\n"));
"as tickets at www.midnight-commander.org\n"));
mc_args__loc__header_string = g_strdup_printf (_("GNU Midnight Commander %s\n"), VERSION);
#if GLIB_CHECK_VERSION(2,12,0)
g_option_context_set_description (context, mc_args__loc__footer_string);
g_option_context_set_summary (context, mc_args__loc__header_string);
#endif
}
/* --------------------------------------------------------------------------------------------- */