From 3c492db845165de4690c652d23e9cf4686b95d9c Mon Sep 17 00:00:00 2001
From: meta-androcto <meta.androcto1@gmail.com>
Date: Tue, 23 Jul 2019 15:17:16 +1000
Subject: [PATCH] space_view3d_pie_menus: fix "Preferences" in Addon T67164

---
 space_view3d_pie_menus/pie_editor_switch_menu.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/space_view3d_pie_menus/pie_editor_switch_menu.py b/space_view3d_pie_menus/pie_editor_switch_menu.py
index 6fb2df289..bdff15a05 100644
--- a/space_view3d_pie_menus/pie_editor_switch_menu.py
+++ b/space_view3d_pie_menus/pie_editor_switch_menu.py
@@ -94,8 +94,8 @@ class PIE_MT_AreaTypePieOther(Menu):
     def draw(self, context):
         self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="File Browser", icon="FILEBROWSER").types = "FILE_BROWSER"
         self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Python Console", icon="CONSOLE").types = "CONSOLE"
-        self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="User Preferences",
-                             icon="PREFERENCES").types = "USER_PREFERENCES"
+        self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Preferences",
+                             icon="PREFERENCES").types = "PREFERENCES"
         self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Info", icon="INFO").types = "INFO"
 
 
-- 
GitLab