From a33c8b713e9737ef1d5718f2e55ac886ebe2d81e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 20 Jun 2007 09:42:29 +0000 Subject: [PATCH] INTEGRATION: CWS jl61 (1.75.6); FILE MERGED 2007/06/15 14:00:19 jl 1.75.6.2: RESYNC: (1.75-1.76); FILE MERGED 2007/05/07 09:09:36 ab 1.75.6.1: #i77021# Support Decoration property --- extensions/source/propctrlr/formres.src | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src index 47f3d932e391..3eae183f0cad 100644 --- a/extensions/source/propctrlr/formres.src +++ b/extensions/source/propctrlr/formres.src @@ -4,9 +4,9 @@ * * $RCSfile: formres.src,v $ * - * $Revision: 1.76 $ + * $Revision: 1.77 $ * - * last change: $Author: kz $ $Date: 2007-05-10 10:48:01 $ + * last change: $Author: kz $ $Date: 2007-06-20 10:42:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1390,3 +1390,8 @@ String RID_STR_BINDING_UI_NAME { Text [ en-US ] = "Binding" ; }; + +String RID_STR_DECORATION +{ + Text [ en-US ] = "With title bar" ; +};