From 7e0a9f91eeeef5e9607df6c5fdf041658b03d6d5 Mon Sep 17 00:00:00 2001 From: Juan Pablo Caram Date: Fri, 16 Dec 2016 22:38:09 -0500 Subject: [PATCH] Incorrect alias of save_project. Fixes #223. --- tclCommands/TclCommandSaveProject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclCommands/TclCommandSaveProject.py b/tclCommands/TclCommandSaveProject.py index 0957eb47..8e261f99 100644 --- a/tclCommands/TclCommandSaveProject.py +++ b/tclCommands/TclCommandSaveProject.py @@ -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