summaryrefslogtreecommitdiff
path: root/src/PSEditWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-21 19:02:05 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-21 19:02:05 +0000
commit286afda711bcf74b3f923778db7ca574815dc9e7 (patch)
tree4fff277c7454825da7671ada280d7f2e1f3e3792 /src/PSEditWidget.cxx
parentef1117eb50a9a0e82825e961be8e59d203ebf650 (diff)
implemented tag replacement
implemented tag replacement
Diffstat (limited to 'src/PSEditWidget.cxx')
-rw-r--r--src/PSEditWidget.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/PSEditWidget.cxx b/src/PSEditWidget.cxx
index c0295fa..d8c9254 100644
--- a/src/PSEditWidget.cxx
+++ b/src/PSEditWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditWidget.cxx,v 1.19 2004/10/21 20:12:36 hofmann Exp $"
+// "$Id: PSEditWidget.cxx,v 1.20 2004/10/21 21:02:05 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -176,8 +176,6 @@ int PSEditWidget::file_loaded() {
}
int PSEditWidget::replace_tag(char *tag, char *text) {
- fprintf(stderr, "%s => %s\n", tag, text);
-
- return 0;
+ return model->replace_tag(tag, text);
}