Browse Source

Ticket #2025: changed URL for bug reports.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 15 years ago
parent
commit
296b8e6d79
3 changed files with 4 additions and 5 deletions
  1. 2 2
      misc/mc.ext.in
  2. 1 1
      po/Makevars
  3. 1 2
      src/args.c

+ 2 - 2
misc/mc.ext.in

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

+ 1 - 1
po/Makevars

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

+ 1 - 2
src/args.c

@@ -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
-
 }
 
 /* --------------------------------------------------------------------------------------------- */