summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--transex3/source/helpmerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/helpmerge.cxx b/transex3/source/helpmerge.cxx
index b6a1b80d500b..b010c5422a98 100644
--- a/transex3/source/helpmerge.cxx
+++ b/transex3/source/helpmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helpmerge.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 19:17:16 $
+ * last change: $Author: vg $ $Date: 2005-02-16 18:12:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -386,7 +386,7 @@ bool HelpParser::Merge(
MakeDir( testpath );
// Test
- XMLFile* pFile = new XMLFile( *xmlfile );// copy new()
+ XMLFile* pFile = new XMLFile( *xmlfile );// copy new()
std::auto_ptr <XMLFile> file ( pFile );
file->Extract();
//Dump( file->GetStrings() );