From e8d0bea14356c4b75e9bdf3a7303e5c81f761bd5 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 13 Oct 2007 17:35:49 +0000 Subject: [PATCH] missed the "fast and easy" description in the wx client. :/ --- wx/xmission.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wx/xmission.cc b/wx/xmission.cc index e0847474f..8c833e518 100755 --- a/wx/xmission.cc +++ b/wx/xmission.cc @@ -710,13 +710,13 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) info.SetName(_T("Xmission")); info.SetVersion(_T(LONG_VERSION_STRING)); info.SetCopyright(_T("Copyright 2005-2007 The Transmission Project")); - info.SetDescription(_T("A fast, lightweight bittorrent client")); + info.SetDescription(_T("A fast and easy BitTorrent client")); info.SetWebSite( _T( "http://transmission.m0k.org/" ) ); info.SetIcon( ico ); - info.AddDeveloper( _T("Josh Elsasser (Back-end; GTK+)") ); info.AddDeveloper( _T("Charles Kerr (Back-end, GTK+, wxWidgets)") ); info.AddDeveloper( _T("Mitchell Livingston (Back-end; OS X)") ); info.AddDeveloper( _T("Eric Petit (Back-end; OS X)") ); + info.AddDeveloper( _T("Josh Elsasser (Back-end; GTK+)") ); info.AddDeveloper( _T("Bryan Varner (BeOS)") ); wxAboutBox( info ); #else