Browse Source

2007-08-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Updated contact info.
	* src/main.cc
Tatsuhiro Tsujikawa 18 years ago
parent
commit
b9859d2709
2 changed files with 6 additions and 1 deletions
  1. 3 0
      ChangeLog
  2. 3 1
      src/main.cc

+ 3 - 0
ChangeLog

@@ -6,6 +6,9 @@
 	Use va_copy to avoid core dump on amd64:
 	* src/SimpleLogger.cc
 
+	Updated contact info.
+	* src/main.cc
+
 2007-08-01  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Make a2netcompat.h include a2io.h to fix compilation error:

+ 3 - 1
src/main.cc

@@ -107,7 +107,9 @@ void showVersion() {
       "along with this program; if not, write to the Free Software\n"
       "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n");
   cout << endl;
-  printf(_("Contact Info: %s\n"), "Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>");
+  cout << _("Contact Info:\n") << endl;
+  cout << "Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>" << endl;
+  cout << "Ross Smith II <aria2spam at netebb dot com> (Windows port)" << endl;
   cout << endl;
 
 }