Incorrect alias of save_project. Fixes #223.

This commit is contained in:
Juan Pablo Caram 2016-12-16 22:38:09 -05:00
parent 546d2aacf0
commit 7e0a9f91ee
1 changed files with 1 additions and 1 deletions

View File

@ -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)
aliases = ['open_project']
aliases = ['save_project']
# Dictionary of types from Tcl command, needs to be ordered.
# For positional arguments