Incorrect alias of save_project. Fixes #223.
This commit is contained in:
@@ -8,7 +8,7 @@ class TclCommandSaveProject(TclCommand.TclCommandSignaled):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# array of all command aliases, to be able use old names for backward compatibility (add_poly, add_polygon)
|
# array of all command aliases, to be able use old names for backward compatibility (add_poly, add_polygon)
|
||||||
aliases = ['open_project']
|
aliases = ['save_project']
|
||||||
|
|
||||||
# Dictionary of types from Tcl command, needs to be ordered.
|
# Dictionary of types from Tcl command, needs to be ordered.
|
||||||
# For positional arguments
|
# For positional arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user