From 5fe9b36aa6f2fcc86e3ee4fedb3ce802d0fc5f05 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Sep 2015 18:39:19 +1000 Subject: Cleanup: style --- source/blender/windowmanager/intern/wm_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index 3115b4f7512..9c5e7fc069a 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -4974,7 +4974,7 @@ static void WM_OT_previews_ensure(wmOperatorType *ot) static EnumPropertyItem preview_id_type_items[] = { {FILTER_ID_SCE, "SCENE", 0, "Scenes", ""}, {FILTER_ID_GR, "GROUP", 0, "Groups", ""}, - {FILTER_ID_OB, "OBJECT", 0, "Objects", ""}, + {FILTER_ID_OB, "OBJECT", 0, "Objects", ""}, {FILTER_ID_MA, "MATERIAL", 0, "Materials", ""}, {FILTER_ID_LA, "LAMP", 0, "Lamps", ""}, {FILTER_ID_WO, "WORLD", 0, "Worlds", ""}, -- cgit v1.2.3