csprint(wxString(wxT(" ")) << (i+1) << wxT(": ") << wxString(res[i]->hdr.name,*wxConvCurrent) << wxT("\n"));
}
}
- csprint(wxString::Format(wxT(_("Please choose a director (1-%s): ")), count), CS_DATA);
+ csprint(wxString::Format(wxT(_("Please choose a director (1-%d): ")), count), CS_DATA);
csprint(NULL, CS_PROMPT);
choosingdirector = true;
directorchoosen = -1;
}
wxbMainFrame::GetInstance()->SetStatusText(
- wxString::Format(wxT(_("Please configure your restore (%s files selected to be restored)...")), totfilemessages));
+ wxString::Format(wxT(_("Please configure your restore (%ld files selected to be restored)...")), totfilemessages));
UpdateSecondConfig(dt);
break;
case JS_Running:
wxbMainFrame::GetInstance()->SetStatusText(
- wxString::Format(wxT(_("Restore job running, please wait (%d of %d files restored)...")), filemessages, totfilemessages));
+ wxString::Format(wxT(_("Restore job running, please wait (%ld of %ld files restored)...")), filemessages, totfilemessages));
waitforever = true;
break;
case JS_Terminated: