From fe0dfc23159e93a7d8d544749ff5e87f0ba6191f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 22 Aug 2009 08:48:01 +0000 Subject: use '' for enums rather then "" --- release/ui/buttons_physics_fluid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/ui/buttons_physics_fluid.py') diff --git a/release/ui/buttons_physics_fluid.py b/release/ui/buttons_physics_fluid.py index 304d419b388..1d0a64c517a 100644 --- a/release/ui/buttons_physics_fluid.py +++ b/release/ui/buttons_physics_fluid.py @@ -2,8 +2,8 @@ import bpy class PhysicButtonsPanel(bpy.types.Panel): - __space_type__ = "PROPERTIES" - __region_type__ = "WINDOW" + __space_type__ = 'PROPERTIES' + __region_type__ = 'WINDOW' __context__ = "physics" def poll(self, context): -- cgit v1.2.3