}
default:
- wxFAIL_MSG( _T("unknown font type") );
+ wxFAIL_MSG( "unknown font type" );
return wxNullFont;
}
}
wxDisplaySize(NULL, &val);
return val;
-#warning "FIXME this"
-#if 0
- case wxSYS_VSCROLL_X:
- case wxSYS_HSCROLL_Y:
- return 15;
-#endif
-
default:
- wxFAIL_MSG( _T("unsupported metric") );
return -1;
}
}
return false;
default:
- wxFAIL_MSG( _T("unknown feature") );
+ wxFAIL_MSG( "unknown feature" );
return false;
}
}