]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/renderer.h
compilation fix for gcc-3.4
[wxWidgets.git] / include / wx / univ / renderer.h
index 390338dafd49b00bec1db0d5b62f46dda89284db..462d638b22ba1cad334e74576cc7345ce6fe9a39 100644 (file)
@@ -10,7 +10,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 /*
-   wxRenderer class is used to draw all wxWindows controls. This is an ABC and
+   wxRenderer class is used to draw all wxWidgets controls. This is an ABC and
    the look of the application is determined by the concrete derivation of
    wxRenderer used in the program.