summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemLine.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-18 17:01:28 (GMT)
committerjoye <joye>2014-04-18 17:01:28 (GMT)
commit3f52c6e39673ce7866d8c4dfbc8b87ce8f6567ec (patch)
tree0c08a03d52d15c90bd4ad29dc502879509c59b09 /src/bltGrElemLine.C
parent604926c867bd9ce5943b063de3417e0aba6b3aee (diff)
downloadblt-3f52c6e39673ce7866d8c4dfbc8b87ce8f6567ec.zip
blt-3f52c6e39673ce7866d8c4dfbc8b87ce8f6567ec.tar.gz
blt-3f52c6e39673ce7866d8c4dfbc8b87ce8f6567ec.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrElemLine.C')
-rw-r--r--src/bltGrElemLine.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrElemLine.C b/src/bltGrElemLine.C
index be1c63d..1140936 100644
--- a/src/bltGrElemLine.C
+++ b/src/bltGrElemLine.C
@@ -94,7 +94,7 @@ extern Tk_ObjCustomOption yAxisObjOption;
static Tk_OptionSpec optionSpecs[] = {
{TK_OPTION_CUSTOM, "-activepen", "activePen", "ActivePen",
- "activeLine", -1, Tk_Offset(LineElementOptions, activePenPtr),
+ "active", -1, Tk_Offset(LineElementOptions, activePenPtr),
TK_OPTION_NULL_OK, &linePenObjOption, 0},
{TK_OPTION_COLOR, "-areaforeground", "areaForeground", "AreaForeground",
NULL, -1, Tk_Offset(LineElementOptions, fillFgColor),