summaryrefslogtreecommitdiffstats
path: root/src/bltGrText.C
diff options
context:
space:
mode:
authorjoye <joye>2014-06-04 18:02:03 (GMT)
committerjoye <joye>2014-06-04 18:02:03 (GMT)
commite2945e411ee4faf8f91166a2f98febd2892d0b8b (patch)
treec5588077c0560a23bd3a3dbabee34ade809079d4 /src/bltGrText.C
parent6b0d697c9848b65a016ebfb12abd1cdb50aa7927 (diff)
downloadblt-e2945e411ee4faf8f91166a2f98febd2892d0b8b.zip
blt-e2945e411ee4faf8f91166a2f98febd2892d0b8b.tar.gz
blt-e2945e411ee4faf8f91166a2f98febd2892d0b8b.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrText.C')
-rw-r--r--src/bltGrText.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrText.C b/src/bltGrText.C
index e81da01..bfbaed3 100644
--- a/src/bltGrText.C
+++ b/src/bltGrText.C
@@ -137,7 +137,7 @@ void TextStyle::printText(PostScript* psPtr, const char *text, int x, int y)
if (!text || !(*text))
return;
- psPtr->drawText(text, x, y);
+ psPtr->printText(text, x, y);
}
void TextStyle::resetStyle()