From d5d68fb1f8bc2b18a419a21ef630cd98458be33f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 23 Jul 2007 02:43:25 +0000 Subject: [PATCH] build errors reported by SoftwareElves --- wx/xmission.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wx/xmission.cc b/wx/xmission.cc index e5797d777..57a5f21a1 100755 --- a/wx/xmission.cc +++ b/wx/xmission.cc @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -634,11 +635,11 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) info.SetDescription(_T("A fast, lightweight bittorrent client")); info.SetWebSite( _T( "http://transmission.m0k.org/" ) ); info.SetIcon( ico ); - info.AddDeveloper( "Josh Elsasser (Back-end; GTK+)" ); - info.AddDeveloper ("Charles Kerr (Back-end, GTK+, wxWidgets)"); - info.AddDeveloper( "Mitchell Livingston (Back-end; OS X)" ); - info.AddDeveloper( "Eric Petit (Back-end; OS X)" ); - info.AddDeveloper( "Bryan Varner (BeOS)" ); + 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("Bryan Varner (BeOS)") ); wxAboutBox( info ); #else wxMessageBox(_T("Xmission " LONG_VERSION_STRING "\n"