diff options
-rw-r--r-- | svx/inc/optinet2.hrc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/svx/inc/optinet2.hrc b/svx/inc/optinet2.hrc index d79a9090ecf9..bb887a385555 100644 --- a/svx/inc/optinet2.hrc +++ b/svx/inc/optinet2.hrc @@ -2,9 +2,9 @@ * * $RCSfile: optinet2.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-04-29 16:20:42 $ + * last change: $Author: rt $ $Date: 2004-06-17 15:51:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -201,6 +201,15 @@ #define BTN_JSCPT_YES 224 #define BTN_JSCPT_NO 225 + +// Defines - SvxEMailTabPage_Impl +#define FL_MAIL 1 +#define FT_MAILERURL 2 +#define FI_MAILERURL 3 +#define ED_MAILERURL 4 +#define PB_MAILERURL 5 +#define STR_DEFAULT_FILENAME 6 + #endif // #ifndef _SVX_OPTINET_HRC // ******************************************************************* EOF |