summaryrefslogtreecommitdiffstats
path: root/src/bltGraphOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-22 15:03:22 (GMT)
committerjoye <joye>2014-04-22 15:03:22 (GMT)
commit3594b3f49fc3fb27c87ef6ca533988d8144e7562 (patch)
tree8b7651e09756c80b1a23450f4982ade19b797ad9 /src/bltGraphOp.C
parentd5b11e271e99b73babc106fd54d183a3afb56b13 (diff)
downloadblt-3594b3f49fc3fb27c87ef6ca533988d8144e7562.zip
blt-3594b3f49fc3fb27c87ef6ca533988d8144e7562.tar.gz
blt-3594b3f49fc3fb27c87ef6ca533988d8144e7562.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraphOp.C')
-rw-r--r--src/bltGraphOp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraphOp.C b/src/bltGraphOp.C
index db05fd4..2229da8 100644
--- a/src/bltGraphOp.C
+++ b/src/bltGraphOp.C
@@ -399,7 +399,7 @@ static Blt_OpSpec graphOps[] =
{"line", 2, (void*)ElementOp, 2, 0, "oper ?args?",},
{"marker", 2, (void*)Blt::MarkerOp, 2, 0, "oper ?args?",},
{"pen", 2, (void*)Blt_PenOp, 2, 0, "oper ?args?",},
- {"postscript", 2, (void*)Blt_PsOp, 2, 0, "oper ?args?",},
+ {"postscript", 2, (void*)Blt_PageSetupOp, 2, 0, "oper ?args?",},
{"transform", 1, (void*)TransformOp, 4, 4, "x y",},
{"x2axis", 2, (void*)X2AxisOp, 2, 0, "oper ?args?",},
{"xaxis", 2, (void*)XAxisOp, 2, 0, "oper ?args?",},