"wx.ART_CUT",
            "wx.ART_PASTE",
            "wx.ART_DELETE",
+           "wx.ART_NEW",
            "wx.ART_UNDO",
            "wx.ART_REDO",
            "wx.ART_QUIT",
 standard art with his/her own version. It is easy thing to do: all
 that is needed is to derive a class from wx.ArtProvider, override it's
 CreateBitmap method and register the provider with
-wx.ArtProvider_PushProvider.
+wx.ArtProvider.PushProvider.
 <p>
 
 This class can also be used to get the platform native icons as
-provided by wx.ArtProvider_GetBitmap or wx.ArtProvider_GetIcon methods.
+provided by wx.ArtProvider.GetBitmap or wx.ArtProvider.GetIcon methods.
 
 </body></html>
 """