diff --git a/gui/builtinContextMenus/factorReload.py b/gui/builtinContextMenus/factorReload.py old mode 100755 new mode 100644 diff --git a/gui/characterEditor.py b/gui/characterEditor.py index 0a32fc186..de1cc2137 100644 --- a/gui/characterEditor.py +++ b/gui/characterEditor.py @@ -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: