1
1

Ticket #2025: changed URL for bug reports.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2010-04-22 10:53:23 +04:00
родитель 91859e4a21
Коммит 296b8e6d79
3 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# It can be your email address, or a mailing list address where translators # 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 # can write to without being subscribed, or the URL of a web page through
# which the translators can contact you. # 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 # This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty. # message catalogs shall be used. It is usually empty.

Просмотреть файл

@ -358,14 +358,13 @@ mc_args_add_extended_info_to_help (void)
_ _
("\n" ("\n"
"Please send any bug reports (including the output of `mc -V')\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); mc_args__loc__header_string = g_strdup_printf (_("GNU Midnight Commander %s\n"), VERSION);
#if GLIB_CHECK_VERSION(2,12,0) #if GLIB_CHECK_VERSION(2,12,0)
g_option_context_set_description (context, mc_args__loc__footer_string); g_option_context_set_description (context, mc_args__loc__footer_string);
g_option_context_set_summary (context, mc_args__loc__header_string); g_option_context_set_summary (context, mc_args__loc__header_string);
#endif #endif
} }
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */