Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
cncfanatics
2010-10-30 19:16:43 +02:00
2 changed files with 1 additions and 1 deletions

0
gui/builtinContextMenus/factorReload.py Executable file → Normal file
View File

View File

@@ -67,7 +67,7 @@ class CharacterEditor(wx.Frame):
self.navSizer.Add(self.skillTreeChoice, 1, wx.ALL | wx.EXPAND, 5)
buttons = (("new", wx.ART_NEW), ("copy", wx.ART_COPY), ("rename", bitmapLoader.getBitmap("rename", "icons")), ("delete", wx.ART_DELETE))
buttons = (("new", wx.ART_NEW), (("rename", bitmapLoader.getBitmap("rename", "icons")), "copy", wx.ART_COPY), ("delete", wx.ART_DELETE))
size = None
for name, art in buttons: