From b98a99c0db3ae6fccaec394f69fd0f3bae90cc4a Mon Sep 17 00:00:00 2001 From: John Marmion Date: Thu, 4 Jul 2002 13:46:41 +0000 Subject: [PATCH] #100796##100798# insert new helpids --- dbaccess/inc/dbaccess_helpid.hrc | 9 +++++++-- dbaccess/util/hidother.src | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc index f34b6b67d67a..5d03bafcd250 100644 --- a/dbaccess/inc/dbaccess_helpid.hrc +++ b/dbaccess/inc/dbaccess_helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbaccess_helpid.hrc,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: oj $ $Date: 2002-02-27 10:20:16 $ + * last change: $Author: jmarmion $ $Date: 2002-07-04 14:45:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -316,6 +316,8 @@ #define HID_DLG_REL_NO_CASC_UPD (HID_DBACCESS_START + 220) #define HID_DLG_REL_CASC_UPD_NULL (HID_DBACCESS_START + 221) #define HID_DLG_REL_CASC_UPD_DEFAULT (HID_DBACCESS_START + 222) +#define HID_BROWSER_SAVE_RECORD (HID_DBACCESS_START + 223) +#define HID_BROWSER_UNDO_RECORD (HID_DBACCESS_START + 224) // don't forget to update the file util/hidother.src @@ -326,6 +328,9 @@ /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.46 2002/02/27 10:20:16 oj + * #97666##97667# insert new helpids and unique ids + * * Revision 1.45 2002/02/06 09:01:50 oj * #90580# introduce new file for relation control * diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src index 0b269722e29d..a30bde646f0f 100644 --- a/dbaccess/util/hidother.src +++ b/dbaccess/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: oj $ $Date: 2002-05-17 11:30:09 $ + * last change: $Author: jmarmion $ $Date: 2002-07-04 14:46:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -304,6 +304,8 @@ hidspecial HID_DLG_REL_CASC_UPD { HelpId = HID_DLG_REL_C hidspecial HID_DLG_REL_NO_CASC_UPD { HelpId = HID_DLG_REL_NO_CASC_UPD ; }; hidspecial HID_DLG_REL_CASC_UPD_NULL { HelpId = HID_DLG_REL_CASC_UPD_NULL ; }; hidspecial HID_DLG_REL_CASC_UPD_DEFAULT { HelpId = HID_DLG_REL_CASC_UPD_DEFAULT ; }; +hidspecial HID_BROWSER_SAVE_RECORD { HelpId = HID_BROWSER_SAVE_RECORD ; }; +hidspecial HID_BROWSER_UNDO_RECORD { HelpId = HID_BROWSER_UNDO_RECORD ; }; // missing pre processor for helpids so we have to include them here hidspecial SID_SBA_ADD_RELATION { HelpId = SID_SBA_ADD_RELATION ; }; @@ -320,6 +322,9 @@ hidspecial SID_FM_EXECUTE { HelpId = SID_FM_EXECUT /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.40 2002/05/17 11:30:09 oj + * #98913# helpids inserted for SBA slot ids + * * Revision 1.39 2002/02/27 10:25:40 oj * #97666##97667# insert new helpids and unique ids *