X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b95e87cb00a02e8373d25f525910d689c176ce4..f2fec40d2c3533e112e6d673fb113b77e65bfd66:/src/html/htmprint.cpp?ds=sidebyside diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 60d681cff0..6a22f88547 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -225,7 +225,7 @@ wxHtmlPrintout::CheckFit(const wxSize& pageArea, const wxSize& docArea) const _("If possible, try changing the layout parameters to " "make the printout more narrow.") ); - dlg.SetOKLabel(_("&Print")); + dlg.SetOKLabel(wxID_PRINT); if ( dlg.ShowModal() == wxID_CANCEL ) return false;