summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.src
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-01 10:38:34 +0000
committerOliver Specht <os@openoffice.org>2002-08-01 10:38:34 +0000
commitb35e1016fba9c083cfd99d8981c0a3ce7febfa24 (patch)
tree80a4a918b003041076e5d61299022f0c75133ce1 /sfx2/source/appl/newhelp.src
parent652c8c4e0c77e86687bf2e79193d9f45a5d8b3e3 (diff)
#99985# text selection in readonly documents available in help viewer
Diffstat (limited to 'sfx2/source/appl/newhelp.src')
-rw-r--r--sfx2/source/appl/newhelp.src10
1 files changed, 7 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.src b/sfx2/source/appl/newhelp.src
index 4e7a4b4a58f5..e95ae1ec250a 100644
--- a/sfx2/source/appl/newhelp.src
+++ b/sfx2/source/appl/newhelp.src
@@ -2,9 +2,9 @@
*
* $RCSfile: newhelp.src,v $
*
- * $Revision: 1.73 $
+ * $Revision: 1.74 $
*
- * last change: $Author: pb $ $Date: 2002-06-04 12:11:53 $
+ * last change: $Author: os $ $Date: 2002-08-01 11:38:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -870,7 +870,11 @@ String STR_HELP_FIRST_HTML
{
Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
};
-
+String STR_HELP_MENU_TEXT_SELECTION_MODE
+{
+ Text = "Text auswhlen";
+ Text [english_us] = "Select Text";
+};
ModalDialog DLG_HELP_ADDBOOKMARK
{
Size = MAP_APPFONT ( 208 , 43 ) ;