- if ( pConfig->Read("/Controls/Check", 1l) != 0 ) {
- wxMessageBox("You can disable this message box by unchecking\n"
- "the checkbox in the main window (of course, a real\n"
- "program would have a checkbox right here but we\n"
- "keep it simple)", "Welcome to wxConfig demo",
+ if ( pConfig->Read(_T("/Controls/Check"), 1l) != 0 ) {
+ wxMessageBox(_T("You can disable this message box by unchecking\n")
+ _T("the checkbox in the main window (of course, a real\n")
+ _T("program would have a checkbox right here but we\n")
+ _T("keep it simple)"), _T("Welcome to wxConfig demo"),