diff --git a/include/wx/filefn.h b/include/wx/filefn.h index b0daaceef5..e2c028f542 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -112,7 +112,11 @@ enum wxSeekMode #endif #define wxAccess _access #define wxMkDir _mkdir +#ifdef __WATCOMC__ + #define wxRmDir rmdir +#else #define wxRmDir _rmdir +#endif #define wxStat _stat #endif diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index dba3591068..de616e06d1 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -1076,30 +1076,30 @@ public: NormalFont->GetStringSelection(), FixedFont->GetStringSelection(), FontSize->GetValue()); - TestWin->SetPage(_( -"
\ -\
-Normal face (and underlined. Italic face. \ -Bold face. Bold italic face. \ -font size -2 \ -font size -1 \ -font size +0 \ -font size +1 \ -font size +2 \ -font size +3 \ -font size +4 \ - | \
- Fixed size face. |
") ) +
+ _("Normal face and underlined. ") + + _("Italic face. ") + + _("Bold face. ") + + _("Bold italic face. ") + + content + + wxString( _T(" | ") ) +
+ _("Fixed size face. bold italic ") + + _("bold italic underlined ") + + content + + _T(" |