A few Unicode compilation fixes (mostly wxT())

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-10-29 01:55:00 +00:00
parent 3e7fb41b4b
commit 6eec2beef7
4 changed files with 45 additions and 45 deletions

View File

@@ -520,7 +520,7 @@ void wxDirDialog::OnNew( wxCommandEvent& WXUNUSED(event) )
do {
new_name = wxT("NewName");
wxString num;
num.Printf( "%d", i );
num.Printf( wxT("%d"), i );
new_name += num;
path = data->m_path;