diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-24 20:46:10 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-24 20:46:10 -0400 |
| commit | 91eb98cc33602f19dddc186c034aed968e048404 (patch) | |
| tree | 1bd891b97f8447cb3f513d073d20cea5d4534461 /lib/extensions/install.py | |
| parent | adc0e3e43bb83f4608317293537309d8a53a496e (diff) | |
| parent | b3bb975401fe4971170239eea9b928ee13161398 (diff) | |
Merge remote-tracking branch 'origin/master' into lexelby/style
Diffstat (limited to 'lib/extensions/install.py')
| -rw-r--r-- | lib/extensions/install.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/extensions/install.py b/lib/extensions/install.py index 314843f4..6c179beb 100644 --- a/lib/extensions/install.py +++ b/lib/extensions/install.py @@ -95,6 +95,10 @@ class InstallerFrame(wx.Frame): class Install(inkex.Effect): + @classmethod + def name(cls): + return "install" + def effect(self): app = wx.App() installer_frame = InstallerFrame(None, title=_("Ink/Stitch Add-ons Installer"), size=(550, 250)) |
