From 8701368d67d59d18723d18e651fd45d4cc577ab4 Mon Sep 17 00:00:00 2001 From: Corollax Date: Sat, 30 Oct 2010 12:10:37 -0500 Subject: [PATCH 1/2] Fixed another permissions issue chmod 644... --- gui/builtinContextMenus/factorReload.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 gui/builtinContextMenus/factorReload.py diff --git a/gui/builtinContextMenus/factorReload.py b/gui/builtinContextMenus/factorReload.py old mode 100755 new mode 100644 From a66cfb291a3919a48e4955dcbe0c1c92a34f0bf9 Mon Sep 17 00:00:00 2001 From: Corollax Date: Sat, 30 Oct 2010 12:12:05 -0500 Subject: [PATCH 2/2] Swapped rename and copy to be consistent Damage profile editor, ship browser, etc. All of these are new, rename, copy, delete. Consistency, please. --- gui/characterEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: