]> git.gag.com Git - debian/openrocket/commitdiff
Tube Coupler Description
authorrodinia814 <rodinia814@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 22 Apr 2012 20:57:56 +0000 (20:57 +0000)
committerrodinia814 <rodinia814@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 22 Apr 2012 20:57:56 +0000 (20:57 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@586 180e2498-e6e9-4542-8430-84ac67f01cd8

core/src/net/sf/openrocket/preset/ComponentPreset.java

index 38eb50cc930396342218776faf9340068248abe8..bfea0a335697b8b3b647c44f7d7dcd52e0bb4ef4 100644 (file)
@@ -70,6 +70,7 @@ public class ComponentPreset implements Comparable<ComponentPreset> {
                TUBE_COUPLER( new TypedKey<?>[] {
                                ComponentPreset.MANUFACTURER,
                                ComponentPreset.PARTNO,
+                ComponentPreset.DESCRIPTION,
                                ComponentPreset.OUTER_DIAMETER,
                                ComponentPreset.INNER_DIAMETER,
                                ComponentPreset.LENGTH} ),