From e1c46d1e66546e0aba383b53ad750b81c657f264 Mon Sep 17 00:00:00 2001 From: obenassy <> Date: Sun, 16 May 2004 17:54:28 +0000 Subject: [PATCH] typo --- shared/common/kinds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/common/kinds.py b/shared/common/kinds.py index d78ba648..167cafa9 100644 --- a/shared/common/kinds.py +++ b/shared/common/kinds.py @@ -620,7 +620,7 @@ class BaseKind(things.BaseThing): 'tagInViewMode', 'stateInViewMode', 'isRequired', 'defaultValue', 'balloonHelp', 'textMaxLength', ## 'helpAlias', - 'useFileStorage', 'useCommonStorage'] + 'useFileStorage', 'useCustomStorage'] return slotNames def getPossibleWidgetNames(self):