#undef GetFirstChild
#endif
+#ifndef __WXMSW__
/* XPM */
static char * icon1_xpm[] = {
/* width height ncolors chars_per_pixel */
" ",
" "};
+#endif // !wxMSW
+
static const int ID_DIRCTRL = 1000;
static const int ID_TEXTCTRL = 1001;
static const int ID_OK = 1002;
bool wxDirItemData::HasSubDirs()
{
- wxString search = m_path + "/*";
+ wxString search = m_path + wxT("/*");
wxLogNull log;
wxString path = wxFindFirstFile( search, wxDIR );
return (bool)(!path.IsNull());
do {
new_name = wxT("NewName");
wxString num;
- num.Printf( "%d", i );
+ num.Printf( wxT("%d"), i );
new_name += num;
path = data->m_path;