]> git.saurik.com Git - wxWidgets.git/commitdiff
use wx.ART_NEW
authorRobin Dunn <robin@alldunn.com>
Fri, 27 May 2005 00:55:06 +0000 (00:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 27 May 2005 00:55:06 +0000 (00:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/samples/pySketch/pySketch.py

index 7fe467ff1f273f3c6c2213a25823141638cb10f8..8d5971144511f37e9f157542a208894763bd5740 100644 (file)
@@ -215,7 +215,7 @@ class DrawingFrame(wx.Frame):
                                           wx.NO_BORDER | wx.TB_FLAT)
 
         self.toolbar.AddSimpleTool(wx.ID_NEW,
-                                   wx.ArtProvider.GetBitmap(wx.ART_NORMAL_FILE, wx.ART_TOOLBAR, tsize),
+                                   wx.ArtProvider.GetBitmap(wx.ART_NEW, wx.ART_TOOLBAR, tsize),
                                    "New")
         self.toolbar.AddSimpleTool(wx.ID_OPEN,
                                    wx.ArtProvider.GetBitmap(wx.ART_FILE_OPEN, wx.ART_TOOLBAR, tsize),