浏览代码

Incorrect alias of save_project. Fixes #223.

Juan Pablo Caram 9 年之前
父节点
当前提交
7e0a9f91ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tclCommands/TclCommandSaveProject.py

+ 1 - 1
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