diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-04 23:50:11 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-04 23:50:11 (GMT) |
| commit | 08f05d69c139caed898877f853973e16a8cc2b7a (patch) | |
| tree | a232fd8d96113e457e014564812e4b5fa9bca0f0 /src/simulation/elements/INSL.cpp | |
| parent | a4e75d587fb6a256da5584328b3dd84a185b5640 (diff) | |
| download | powder-08f05d69c139caed898877f853973e16a8cc2b7a.zip powder-08f05d69c139caed898877f853973e16a8cc2b7a.tar.gz | |
move some elements around
Diffstat (limited to 'src/simulation/elements/INSL.cpp')
| -rw-r--r-- | src/simulation/elements/INSL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/INSL.cpp b/src/simulation/elements/INSL.cpp index c185352..4be5020 100644 --- a/src/simulation/elements/INSL.cpp +++ b/src/simulation/elements/INSL.cpp @@ -6,7 +6,7 @@ Element_INSL::Element_INSL() Name = "INSL"; Colour = PIXPACK(0x9EA3B6); MenuVisible = 1; - MenuSection = SC_SPECIAL; + MenuSection = SC_ELEC; Enabled = 1; Advection = 0.0f; |
