summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sims <mark@nanorex.com>2008-12-23 00:41:59 +0000
committerMark Sims <mark@nanorex.com>2008-12-23 00:41:59 +0000
commitd6fff3eb949281522f2cb330fc807bcda0e9567c (patch)
treec39d9f0893eb1aed9724c9005730bae481e221c5
parent509533fdd65d8fac87e15afa2ef815e3f36ef75a (diff)
downloadnanoengineer-theirix-d6fff3eb949281522f2cb330fc807bcda0e9567c.tar.gz
nanoengineer-theirix-d6fff3eb949281522f2cb330fc807bcda0e9567c.zip
Changed PM title to "Protein Properties".
-rw-r--r--cad/src/protein/commands/EditProtein/EditProtein_PropertyManager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/src/protein/commands/EditProtein/EditProtein_PropertyManager.py b/cad/src/protein/commands/EditProtein/EditProtein_PropertyManager.py
index 0e3fc4e98..6bc67f665 100644
--- a/cad/src/protein/commands/EditProtein/EditProtein_PropertyManager.py
+++ b/cad/src/protein/commands/EditProtein/EditProtein_PropertyManager.py
@@ -13,6 +13,7 @@ Build > Protein mode.
TODO:
- Better messages, especially when selecting different peptides.
- Need to implement a validator for the Name line edit field.
+- Collapse all rotamers when leaving command.
NICETOHAVE:
- Some way of showing the current rotamer when all rotamers are displayed.
@@ -88,7 +89,7 @@ class EditProtein_PropertyManager(Command_PropertyManager):
@type iconPath: str
"""
- title = "Edit Protein"
+ title = "Protein Properties"
pmName = title
iconPath = "ui/actions/Command Toolbar/BuildProtein/EditProtein.png"