summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sims <mark@nanorex.com>2008-11-24 19:02:53 +0000
committerMark Sims <mark@nanorex.com>2008-11-24 19:02:53 +0000
commite41e76a2e3390a58df923e4aec066e54a793b0f9 (patch)
tree112478e28926ec0e869776b91f8d37b80b31d332
parent696e76e1b4133d34eb73d278408224cb70aecf44 (diff)
downloadnanoengineer-theirix-e41e76a2e3390a58df923e4aec066e54a793b0f9.tar.gz
nanoengineer-theirix-e41e76a2e3390a58df923e4aec066e54a793b0f9.zip
Added missing PM title and icon.
-rw-r--r--cad/src/dna/commands/ConvertDna/ConvertDna_PropertyManager.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/src/dna/commands/ConvertDna/ConvertDna_PropertyManager.py b/cad/src/dna/commands/ConvertDna/ConvertDna_PropertyManager.py
index a64695f01..d19aeda34 100644
--- a/cad/src/dna/commands/ConvertDna/ConvertDna_PropertyManager.py
+++ b/cad/src/dna/commands/ConvertDna/ConvertDna_PropertyManager.py
@@ -21,6 +21,10 @@ class ConvertDna_PropertyManager(Command_PropertyManager):
Provides a Property Manager for the B{Convert Dna} command.
"""
+ title = "Convert Dna"
+ pmName = title
+ iconPath = "ui/actions/Command Toolbar/Convert3to5.png"
+
def __init__( self, command ):
"""
Constructor for the property manager.