diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 14:58:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 14:58:49 +0000 |
commit | 41fd1aa7b18cc9719db5e1022d9f9e11a9451769 (patch) | |
tree | 78aa1cc218a8357e8840de0116523a4e4aa4ee08 /extensions/util | |
parent | 27d0383e3a1d2f661f203bb6ba2f36e2eb6e5a0a (diff) |
INTEGRATION: CWS updchk07 (1.18.358); FILE MERGED
2007/07/17 12:44:34 dv 1.18.358.4: #i79161# One more help id for the cancel button
2007/07/13 12:43:26 dv 1.18.358.3: #i79161# Even more help ids for the update check dialog
2007/07/12 08:00:11 dv 1.18.358.2: #i79161# Added some more help ids for the update check dialog
2007/07/09 11:42:05 dv 1.18.358.1: #i79161# Added help id for online update check dialog
Diffstat (limited to 'extensions/util')
-rw-r--r-- | extensions/util/hidother.src | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/extensions/util/hidother.src b/extensions/util/hidother.src index 77a3ad881ff6..b9b3f31af8fa 100644 --- a/extensions/util/hidother.src +++ b/extensions/util/hidother.src @@ -4,9 +4,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:01:05 $ + * last change: $Author: hr $ $Date: 2007-07-31 15:58:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -299,3 +299,15 @@ hidspecial HID_PROP_UNCHECKEDREFVALUE { HelpId = HID_PROP_UNCHECKEDREF hidspecial HID_PROP_SUBMISSION_ID { HelpId = HID_PROP_SUBMISSION_ID; } hidspecial HID_PROP_LIST_BINDING { HelpId = HID_PROP_LIST_BINDING; } hidspecial HID_PROP_BINDING_NAME { HelpId = HID_PROP_BINDING_NAME; } + +hidspecial HID_CHECK_FOR_UPD_DLG { HelpId = HID_CHECK_FOR_UPD_DLG; } +hidspecial HID_CHECK_FOR_UPD_CLOSE { HelpId = HID_CHECK_FOR_UPD_CLOSE; } +hidspecial HID_CHECK_FOR_UPD_PAUSE { HelpId = HID_CHECK_FOR_UPD_PAUSE; } +hidspecial HID_CHECK_FOR_UPD_RESUME { HelpId = HID_CHECK_FOR_UPD_RESUME; } +hidspecial HID_CHECK_FOR_UPD_DOWNLOAD { HelpId = HID_CHECK_FOR_UPD_DOWNLOAD; } +hidspecial HID_CHECK_FOR_UPD_DOWNLOAD2 { HelpId = HID_CHECK_FOR_UPD_DOWNLOAD2; } +hidspecial HID_CHECK_FOR_UPD_INSTALL { HelpId = HID_CHECK_FOR_UPD_INSTALL; } +hidspecial HID_CHECK_FOR_UPD_STATUS { HelpId = HID_CHECK_FOR_UPD_STATUS; } +hidspecial HID_CHECK_FOR_UPD_DESCRIPTION { HelpId = HID_CHECK_FOR_UPD_DESCRIPTION; } +hidspecial HID_CHECK_FOR_UPD_CANCEL { HelpId = HID_CHECK_FOR_UPD_CANCEL; } + |