MGR: Fix compiler warning

svn path=/trunk/boinc/; revision=23504
This commit is contained in:
Charlie Fenton 2011-05-05 07:14:00 +00:00
parent 8e01a538cb
commit 5d1e4765a5
2 changed files with 7 additions and 1 deletions

View File

@ -2780,3 +2780,9 @@ Rom 4 May 2011
samples/vboxwrapper/
vbox.cpp
Charlie 5 May 2011
- MGR: Fix compiler warning.
clientgui/
DlgAdvPreferences.cpp

View File

@ -767,7 +767,7 @@ void CDlgAdvPreferences::OnAddExclusiveApp(wxCommandEvent&) {
bool hostIsWin = false;
bool isDuplicate;
wxArrayString appNames;
wxChar *extension;
wxChar *extension = wxT("");
wxString errmsg;
CMainDocument* pDoc = wxGetApp().GetDocument();