Skip to content

Commit 5f320e5

Browse files
committed
rename tab
1 parent 7c77ea1 commit 5f320e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rct-graphics-helper/rct_graphics_helper_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class GraphicsHelperPanel(bpy.types.Panel):
2727
bl_idname = "VIEW3D_PT_rct_graphics_helper"
2828
bl_space_type = 'VIEW_3D'
2929
bl_region_type = 'TOOLS'
30-
bl_category = 'RollerCoaster Tycoon'
30+
bl_category = 'RCT Tools'
3131

3232
def draw(self, context):
3333

0 commit comments

Comments
 (0)