summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:25:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:25:08 +0000
commit2cce22fc526c44ae40fbc5406b4f056ad96307ca (patch)
tree8788bac63614e26788ae7397188fb64ffb245eef
parent21c01997dbbe8eeacc1df71ef74427128541583d (diff)
INTEGRATION: CWS pbfinal02 (1.43.94); FILE MERGED
2005/03/03 09:51:29 pb 1.43.94.1: fix: #120083# no special characters in not translated resources
-rw-r--r--sw/source/ui/dochdl/dochdl.src7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src
index f0a98e223d77..7559cbb07e98 100644
--- a/sw/source/ui/dochdl/dochdl.src
+++ b/sw/source/ui/dochdl/dochdl.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dochdl.src,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: obo $ $Date: 2005-01-25 14:43:40 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:25:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,6 +137,7 @@ Bitmap BMP_SW_TEAM_MUGSHOT
String STR_SW_TEAM_NAMES
{
- TEXT = "Back row: Aidan Butler, Hans-Peter Burow, Caoln McNamara, Michael Brauer, Martin Maher, Gunnar Timm\nFront row: Thomas Lange, Oliver-Rainer Dsterhft, Henning Brinkmann, Andreas Martens, Oliver Specht, Frank Meies, Daniel Vogelheim";
+ Text [ x-comment ] = "pb: don't use special characters (like german umlauts) here";
+ Text = "Back row: Aidan Butler, Hans-Peter Burow, Caolan McNamara, Michael Brauer, Martin Maher, Gunnar Timm\nFront row: Thomas Lange, Oliver-Rainer Duesterhoeft, Henning Brinkmann, Andreas Martens, Oliver Specht, Frank Meies, Daniel Vogelheim";
};