summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/inc/helpids.h7
-rw-r--r--sd/util/hidother.src10
2 files changed, 13 insertions, 4 deletions
diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h
index 6cded4baa474..f0aa7c872287 100644
--- a/sd/inc/helpids.h
+++ b/sd/inc/helpids.h
@@ -2,9 +2,9 @@
*
* $RCSfile: helpids.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 10:39:28 $
+ * last change: $Author: ka $ $Date: 2002-06-20 08:03:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -218,3 +218,6 @@
#define HID_SD_TABBAR_PAGES (HID_SD_START + 123)
#define HID_SD_TABBAR_LAYERS (HID_SD_START + 124)
+
+#define HID_SD_UNDODELETEWARNING_DLG (HID_SD_START + 125)
+#define HID_SD_UNDODELETEWARNING_CBX (HID_SD_START + 126)
diff --git a/sd/util/hidother.src b/sd/util/hidother.src
index 4a0cc6d3a08f..2dae117ad581 100644
--- a/sd/util/hidother.src
+++ b/sd/util/hidother.src
@@ -2,9 +2,9 @@
*
* $RCSfile: hidother.src,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2001-06-29 14:08:08 $
+ * last change: $Author: ka $ $Date: 2002-06-20 08:07:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,3 +149,9 @@ hidspecial HID_SD_CHGFOIL_NAME { HelpId = HID_SD_CHGFOIL_NAME; };
hidspecial HID_FM_CTL_SELECTION { HelpId = HID_FM_CTL_SELECTION; };
hidspecial HID_SD_WIN_PRESENTATION { HelpId = HID_SD_WIN_PRESENTATION; };
+
+hidspecial HID_SD_TABBAR_PAGES { HelpId = HID_SD_TABBAR_PAGES; };
+hidspecial HID_SD_TABBAR_LAYERS { HelpId = HID_SD_TABBAR_LAYERS; };
+
+hidspecial HID_SD_UNDODELETEWARNING_DLG { HelpId = HID_SD_UNDODELETEWARNING_DLG; };
+hidspecial HID_SD_UNDODELETEWARNING_CBX { HelpId = HID_SD_UNDODELETEWARNING_CBX; };