Applied patch [ 796736 ] unicode and various warnings fixes for configtool util
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -152,7 +152,7 @@ wxString ctSettings::GenerateFilename(const wxString& rootName)
|
||||
while (wxFileExists(fullFilename))
|
||||
{
|
||||
i ++;
|
||||
postfixStr.Printf("%d", i);
|
||||
postfixStr.Printf(_T("%d"), i);
|
||||
fullFilename = filename + postfixStr + wxT(".wxs");
|
||||
}
|
||||
|
||||
@@ -273,7 +273,7 @@ bool ctSettings::SaveConfig()
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void ctSettings::ShowSettingsDialog(const wxString& page)
|
||||
void ctSettings::ShowSettingsDialog(const wxString& WXUNUSED(page))
|
||||
{
|
||||
ctSettingsDialog* dialog = new ctSettingsDialog(wxGetApp().GetTopWindow());
|
||||
// if (!page.IsEmpty())
|
||||
|
Reference in New Issue
Block a user