summaryrefslogtreecommitdiff
path: root/cad/src/cnt/commands/InsertNanotube
diff options
context:
space:
mode:
authorMark Sims <mark@nanorex.com>2008-05-13 22:29:50 +0000
committerMark Sims <mark@nanorex.com>2008-05-13 22:29:50 +0000
commit4701e217b1f32de53c163a45f1a9a66695edb36c (patch)
tree33424eb129397343bc5f2f77e1481f23129ac55d /cad/src/cnt/commands/InsertNanotube
parent5c1283f4f02ad237aec0733fe1295022a5cb73cc (diff)
downloadnanoengineer-theirix-4701e217b1f32de53c163a45f1a9a66695edb36c.tar.gz
nanoengineer-theirix-4701e217b1f32de53c163a45f1a9a66695edb36c.zip
Added missing '.png' extensions to icon pathnames.
Diffstat (limited to 'cad/src/cnt/commands/InsertNanotube')
-rw-r--r--cad/src/cnt/commands/InsertNanotube/InsertNanotube_PropertyManager.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/src/cnt/commands/InsertNanotube/InsertNanotube_PropertyManager.py b/cad/src/cnt/commands/InsertNanotube/InsertNanotube_PropertyManager.py
index e9f7e040d..6494716b7 100644
--- a/cad/src/cnt/commands/InsertNanotube/InsertNanotube_PropertyManager.py
+++ b/cad/src/cnt/commands/InsertNanotube/InsertNanotube_PropertyManager.py
@@ -221,8 +221,7 @@ class InsertNanotube_PropertyManager( EditCommand_PM, DebugMenuMixin ):
self.specifyCntLineButton = PM_ToolButton(
pmGroupBox,
text = "Specify Endpoints",
- iconPath = "ui/actions/Properties Manager"\
- "/Pencil.png",
+ iconPath = "ui/actions/Properties Manager/Pencil.png",
spanWidth = True
)
self.specifyCntLineButton.setCheckable(True)