Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveprue committed Jul 11, 2017
1 parent 4134e47 commit 236e383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from . import XP_import

def menu_func(self, context):
self.layout.operator(XP_import.bl_idname, text="XPlane Object (.obj)")
self.layout.operator(XP_import.XPlaneImport.bl_idname, text="XPlane Object (.obj)")

def register():
bpy.utils.register_class(XP_import.XPlaneImport)
Expand Down

0 comments on commit 236e383

Please sign in to comment.