summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2000-11-21 11:04:56 +0000
committerPeter Burow <pb@openoffice.org>2000-11-21 11:04:56 +0000
commit5e815effa735d3fa091b8161a076d32ca831af7b (patch)
tree5367b5d1aa52ec0cbae04ca80e3d89ca0d229fa4 /svx
parent6e00d2ba468a44bb6bf41a3d1b2b3854a7865e55 (diff)
fix: wrong identifier replaced
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/srchxtra.cxx6
-rw-r--r--svx/source/dialog/srchxtra.src10
2 files changed, 10 insertions, 6 deletions
diff --git a/svx/source/dialog/srchxtra.cxx b/svx/source/dialog/srchxtra.cxx
index 52a0c7f8f500..7c5a68441213 100644
--- a/svx/source/dialog/srchxtra.cxx
+++ b/svx/source/dialog/srchxtra.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: srchxtra.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2000-11-20 13:04:07 $
+ * last change: $Author: pb $ $Date: 2000-11-21 12:04:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ SvxSearchFormatDialog::SvxSearchFormatDialog( Window* pParent,
{
AddTabPage( RID_SVXPAGE_CHAR_STD, SvxCharStdPage::Create, 0 );
AddTabPage( RID_SVXPAGE_CHAR_EXT, SvxCharExtPage::Create, 0 );
- AddTabPage( RID_SVXPAGE_CHAR, SvxCharPage::Create, 0 );
+ AddTabPage( RID_SVXPAGE_CHAR_NAME, SvxCharPage::Create, 0 );
AddTabPage( RID_SVXPAGE_CHAR_EFFECTS, SvxCharEffectsPage::Create, 0 );
AddTabPage( RID_SVXPAGE_CHAR_POSITION, SvxCharPositionPage::Create, 0 );
AddTabPage( RID_SVXPAGE_CHAR_ASIAN, SvxCharAsianPage::Create, 0 );
diff --git a/svx/source/dialog/srchxtra.src b/svx/source/dialog/srchxtra.src
index 559ab78bef5b..962b5a3368cf 100644
--- a/svx/source/dialog/srchxtra.src
+++ b/svx/source/dialog/srchxtra.src
@@ -2,9 +2,9 @@
*
* $RCSfile: srchxtra.src,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2000-11-20 13:04:07 $
+ * last change: $Author: pb $ $Date: 2000-11-21 12:04:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,23 +144,27 @@ TabDialog RID_SVXDLG_SEARCHFORMAT
};
PageItem
{
- Identifier = RID_SVXPAGE_CHAR ;
+ Identifier = RID_SVXPAGE_CHAR_NAME ;
Text = "Schrift" ;
+ Text [ english_us ] = "Font" ;
};
PageItem
{
Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
Text = "Schrifteffekt" ;
+ Text [ english_us ] = "Font Effects" ;
};
PageItem
{
Identifier = RID_SVXPAGE_CHAR_POSITION ;
Text = "Position" ;
+ Text [ english_us ] = "Position" ;
};
PageItem
{
Identifier = RID_SVXPAGE_CHAR_ASIAN ;
Text = "Asiatisches Layout" ;
+ Text [ english_us ] = "Asian Layout" ;
};
PageItem
{