]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
changed background color reference from light gray to assigned bkgd color
[wxWidgets.git] / src / html / helpfrm.cpp
index 169626f16afe638d638ca796cce7e0bbe8a23726..3f403439b69737015adc5bf1e350b29813b3b7a0 100644 (file)
@@ -1187,7 +1187,7 @@ void wxHtmlHelpFrame::WriteCustomization(wxConfigBase *cfg, const wxString& path
 
 
 
-static void SetFontsToHtmlWin(wxHtmlWindow *win, wxString scalf, wxString fixf, int size)
+static void SetFontsToHtmlWin(wxHtmlWindow *win, const wxString& scalf, const wxString& fixf, int size)
 {
     int f_sizes[7];
     f_sizes[0] = int(size * 0.6);