Make a slight redesign of the builtins

This commit is contained in:
cncfanatics
2010-10-04 09:17:52 +02:00
parent 7564914cf0
commit c41525ff4a
23 changed files with 47 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ class ContextMenu(object):
menus = set()
@classmethod
def register(cls):
cls.menus.add(cls())
ContextMenu.menus.add(cls())
@classmethod
def getMenu(cls, *contexts):