diff options
author | Mark Sims <mark@nanorex.com> | 2008-11-24 19:02:53 +0000 |
---|---|---|
committer | Mark Sims <mark@nanorex.com> | 2008-11-24 19:02:53 +0000 |
commit | e41e76a2e3390a58df923e4aec066e54a793b0f9 (patch) | |
tree | 112478e28926ec0e869776b91f8d37b80b31d332 | |
parent | 696e76e1b4133d34eb73d278408224cb70aecf44 (diff) | |
download | nanoengineer-theirix-e41e76a2e3390a58df923e4aec066e54a793b0f9.tar.gz nanoengineer-theirix-e41e76a2e3390a58df923e4aec066e54a793b0f9.zip |
Added missing PM title and icon.
-rw-r--r-- | cad/src/dna/commands/ConvertDna/ConvertDna_PropertyManager.py | 4 |
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. |