From a66cfb291a3919a48e4955dcbe0c1c92a34f0bf9 Mon Sep 17 00:00:00 2001 From: Corollax Date: Sat, 30 Oct 2010 12:12:05 -0500 Subject: [PATCH] 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: