Add an icon for the pattern editor

This commit is contained in:
cncfanatics
2010-10-30 15:33:21 +02:00
parent cee2b5049a
commit 5f8efc5c50
2 changed files with 1 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ class MainMenuBar(wx.MenuBar):
windowMenu.AppendItem(charEditItem)
damagePatternEditItem = wx.MenuItem(windowMenu, self.damagePatternEditorId, "Damage Pattern Editor\tCTRL+D")
damagePatternEditItem.SetBitmap(bitmapLoader.getBitmap("damagePattern_small", "icons"))
windowMenu.AppendItem(damagePatternEditItem)
windowMenu.Append(wx.ID_PREFERENCES)

BIN
icons/damagePattern_small.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B