diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:19:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:19:29 +0000 |
commit | dc4665180682dbf11908daed4585625304dc5cb0 (patch) | |
tree | 24bcfb4087738368ada9dc5f627009d96c3fd3df /sw/util | |
parent | 5267c633380c7d3940157a15b9ae31b2d5beaf49 (diff) |
INTEGRATION: CWS jmf2 (1.9.750); FILE MERGED
2004/07/23 15:13:09 ka 1.9.750.1: #i3316#: support for media objects
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/hidother.src | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/util/hidother.src b/sw/util/hidother.src index d111afa0c3..681b962620 100644 --- a/sw/util/hidother.src +++ b/sw/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: gt $ $Date: 2002-11-05 09:47:28 $ + * last change: $Author: obo $ $Date: 2004-08-12 10:19:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,6 +121,7 @@ hidspecial SW_BEZIERSHELL { HelpId = SW_BEZIERSHELL ;}; hidspecial SW_DRAWFORMSHELL { HelpId = SW_DRAWFORMSHELL ;}; hidspecial SW_WEBTEXTSHELL { HelpId = SW_WEBTEXTSHELL ;}; hidspecial SW_WEBFRAMESHELL { HelpId = SW_WEBFRAMESHELL ;}; +hidspecial SW_MEDIASHELL { HelpId = SW_MEDIASHELL ;}; // Navigator hidspecial HID_NAVIGATOR_TOOLBOX { HelpId = HID_NAVIGATOR_TOOLBOX;}; |