소스 검색

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