#99376#: added helpids's
This commit is contained in:
parent
84bfd9e15e
commit
b4d2d38d51
2 changed files with 13 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue