diff options
author | Ninad Sathaye <ninad@nanorex.com> | 2008-08-14 17:15:27 +0000 |
---|---|---|
committer | Ninad Sathaye <ninad@nanorex.com> | 2008-08-14 17:15:27 +0000 |
commit | dfe3ca2e639abe8b4142031eae562ca9d440ce9f (patch) | |
tree | b903fe194c9bdeec7245fbd93c1177d6f6843306 /cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py | |
parent | cc804be020bb08b71389c91caafc4b9bc3aae001 (diff) | |
download | nanoengineer-theirix-dfe3ca2e639abe8b4142031eae562ca9d440ce9f.tar.gz nanoengineer-theirix-dfe3ca2e639abe8b4142031eae562ca9d440ce9f.zip |
renamed command_has_its_own_gui to command_has_its_own_PM in some classes.
Diffstat (limited to 'cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py')
-rw-r--r-- | cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py b/cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py index 6dab8d824..2cbde8c8e 100644 --- a/cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py +++ b/cad/src/protein/commands/ModelAndSimulateProtein/ModelAndSimulateProtein_Command.py @@ -29,7 +29,7 @@ class ModelAndSimulateProtein_Command(EditCommand): from utilities.constants import CL_ENVIRONMENT_PROVIDING command_level = CL_ENVIRONMENT_PROVIDING command_should_resume_prevMode = False - command_has_its_own_gui = True + command_has_its_own_PM = True command_can_be_suspended = True create_name_from_prefix = True call_makeMenus_for_each_event = True |