diff options
author | joye <joye> | 2014-06-04 18:02:03 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-04 18:02:03 (GMT) |
commit | e2945e411ee4faf8f91166a2f98febd2892d0b8b (patch) | |
tree | c5588077c0560a23bd3a3dbabee34ade809079d4 /src/bltGrText.C | |
parent | 6b0d697c9848b65a016ebfb12abd1cdb50aa7927 (diff) | |
download | blt-e2945e411ee4faf8f91166a2f98febd2892d0b8b.zip blt-e2945e411ee4faf8f91166a2f98febd2892d0b8b.tar.gz blt-e2945e411ee4faf8f91166a2f98febd2892d0b8b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrText.C')
-rw-r--r-- | src/bltGrText.C | 2 |
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() |