summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/swundo.hxx6
-rw-r--r--sw/source/ui/wrtsh/wrtsh.hrc6
-rw-r--r--sw/source/ui/wrtsh/wrtsh.src9
3 files changed, 13 insertions, 8 deletions
diff --git a/sw/inc/swundo.hxx b/sw/inc/swundo.hxx
index 2bd3d3b64f56..fc5a800d1119 100644
--- a/sw/inc/swundo.hxx
+++ b/sw/inc/swundo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swundo.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-12-21 09:27:52 $
+ * last change: $Author: jp $ $Date: 2001-01-23 20:23:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,8 +154,8 @@ enum SwUndoStdId
UNDO_ENDNOTEINFO, // 82
UNDO_COMPAREDOC, // 83
UNDO_SETFLYFRMFMT, // 84
+ UNDO_SETRUBYATTR, // 85
- UNDO_DUMMY_1, // 85
UNDO_DUMMY_2, // 86
UNDO_DUMMY_3, // 87
UNDO_DUMMY_4, // 88
diff --git a/sw/source/ui/wrtsh/wrtsh.hrc b/sw/source/ui/wrtsh/wrtsh.hrc
index a5ebf9583300..26682ee47155 100644
--- a/sw/source/ui/wrtsh/wrtsh.hrc
+++ b/sw/source/ui/wrtsh/wrtsh.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-12-21 09:28:55 $
+ * last change: $Author: jp $ $Date: 2001-01-23 20:22:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,8 +169,8 @@
#define STR_UNDO_ENDNOTEINFO (CORE_REPEAT_END +37)
#define STR_UNDO_COMPAREDOC (CORE_REPEAT_END +38)
#define STR_UNDO_SETFLYFRMFMT (CORE_REPEAT_END +39)
+#define STR_UNDO_SETRUBYATTR (CORE_REPEAT_END +40)
-#define STR_UNDO_DUMMY_1 (CORE_REPEAT_END +40)
#define STR_UNDO_DUMMY_2 (CORE_REPEAT_END +41)
#define STR_UNDO_DUMMY_3 (CORE_REPEAT_END +42)
#define STR_UNDO_DUMMY_4 (CORE_REPEAT_END +43)
diff --git a/sw/source/ui/wrtsh/wrtsh.src b/sw/source/ui/wrtsh/wrtsh.src
index aa33635f985e..04c5bdfb7d3a 100644
--- a/sw/source/ui/wrtsh/wrtsh.src
+++ b/sw/source/ui/wrtsh/wrtsh.src
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh.src,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: jp $ $Date: 2000-12-21 09:28:55 $
+ * last change: $Author: jp $ $Date: 2001-01-23 20:22:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2343,6 +2343,11 @@ String STR_UNDO_SETFLYFRMFMT
Text[ turkish ] = "ereve biimi uygula";
Text[ language_user1 ] = " ";
};
+String STR_UNDO_SETRUBYATTR
+{
+ Text = "Phonetische Symbole setzen" ;
+ Text [ ENGLISH ] = "Set phonetic Symbols" ;
+};
String STR_INSERT_FOOTNOTE
{
Text = "Funote einfgen" ;