From 801f75a5a94901500e1bc31f3f56a3b638a4cff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Wed, 22 Aug 2001 12:12:02 +0000 Subject: [PATCH] #91318# +RID_STR_OPEN-/-CLEAR_GRAPHICS --- forms/source/inc/frm_resource.hrc | 6 ++++-- forms/source/resource/strings.src | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/forms/source/inc/frm_resource.hrc b/forms/source/inc/frm_resource.hrc index 6fce2901ab7b..3db5bb253f62 100644 --- a/forms/source/inc/frm_resource.hrc +++ b/forms/source/inc/frm_resource.hrc @@ -2,9 +2,9 @@ * * $RCSfile: frm_resource.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-07-17 14:12:52 $ + * last change: $Author: fs $ $Date: 2001-08-22 13:11:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,8 @@ #define RID_STR_ERR_DELETERECORD ( RID_FRM_STRINGS_START + 10 ) #define RID_STR_ERR_DELETERECORDS ( RID_FRM_STRINGS_START + 11 ) #define RID_STR_NEED_NON_NULL_OBJECT ( RID_FRM_STRINGS_START + 12 ) +#define RID_STR_OPEN_GRAPHICS ( RID_FRM_STRINGS_START + 13 ) +#define RID_STR_CLEAR_GRAPHICS ( RID_FRM_STRINGS_START + 14 ) #endif // _FRM_RESOURCE_HRC_ diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src index 62eb664699d1..7ffbd6883cd0 100644 --- a/forms/source/resource/strings.src +++ b/forms/source/resource/strings.src @@ -2,9 +2,9 @@ * * $RCSfile: strings.src,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: kz $ $Date: 2001-07-26 22:42:11 $ + * last change: $Author: fs $ $Date: 2001-08-22 13:12:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -404,4 +404,16 @@ String RID_STR_NEED_NON_NULL_OBJECT Text[ catalan ] = "The object must not be NULL."; }; +String RID_STR_OPEN_GRAPHICS +{ + Text = "Grafik einfügen aus..."; + Text [ english ] = "Insert graphics from..."; + Text [ english_us ] = "Insert graphics from..."; +}; +String RID_STR_CLEAR_GRAPHICS +{ + Text = "Grafik entfernen"; + Text [ english ] = "Remove graphics"; + Text [ english_us ] = "Remove graphics"; +};