summaryrefslogtreecommitdiff
path: root/src/PSEditor.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-09 20:51:39 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-07-09 20:51:39 +0000
commit86d53fee2ecfad9a143bae0e5e17498207afecac (patch)
treed1386a710101e02030b16e24b8d8545261c12763 /src/PSEditor.cxx
parent7f36e6e9a45086ea306aa6ac88deb5de3106e3a0 (diff)
add gsave grestore stuff
add gsave grestore stuff
Diffstat (limited to 'src/PSEditor.cxx')
-rw-r--r--src/PSEditor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PSEditor.cxx b/src/PSEditor.cxx
index f6d0317..bc50b59 100644
--- a/src/PSEditor.cxx
+++ b/src/PSEditor.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.cxx,v 1.3 2004/07/09 21:27:00 hofmann Exp $"
+// "$Id: PSEditor.cxx,v 1.4 2004/07/09 22:51:39 hofmann Exp $"
//
// PSEditor routines.
//
@@ -137,7 +137,7 @@ int PSEditor::save(const char* savefile) {
FILE *fp = fdopen(tmp_fd, "r");
rewind(fp);
FILE *sfp = fopen(savefile, "w");
- PSWriter *pw = new PSLevel1Writer(this);
+ PSWriter *pw = new PSLevel2Writer(this);
pw->write(fp, sfp);