From b126264e9d021e57fa80701a9709283fbc19285c Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Thu, 18 Nov 2010 09:45:50 +0100 Subject: [PATCH] Typo alert --- gui/characterEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/characterEditor.py b/gui/characterEditor.py index 0420fa1ea..c4599b83b 100644 --- a/gui/characterEditor.py +++ b/gui/characterEditor.py @@ -495,7 +495,7 @@ class AvailableImplantsView(d.Display): "attr:implantness"] def __init__(self, parent, style): - d.Display.__init__(self, parent, style) + d.Display.__init__(self, parent, style=style) class APIView (wx.Panel): def __init__(self, parent):