You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/08/08 14:39:13 UTC

[openoffice] branch trunk updated: Cleaned up resource files

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2904304  Cleaned up resource files
2904304 is described below

commit 2904304835e85fdad1b5ee93fd47a9c983d41a9c
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Aug 8 16:38:49 2020 +0200

    Cleaned up resource files
---
 main/sfx2/source/dialog/alienwarn.src | 90 +++++++++++++++++------------------
 main/svx/source/dialog/dlgctrl.src    | 10 ++--
 main/svx/source/gallery2/gallery.src  | 89 ++++++++++++++++------------------
 main/uui/source/sslwarndlg.src        | 62 ++++++++++++------------
 4 files changed, 124 insertions(+), 127 deletions(-)

diff --git a/main/sfx2/source/dialog/alienwarn.src b/main/sfx2/source/dialog/alienwarn.src
index 84f5b06..fce296d 100644
--- a/main/sfx2/source/dialog/alienwarn.src
+++ b/main/sfx2/source/dialog/alienwarn.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -27,61 +27,61 @@
 
 ModalDialog RID_DLG_ALIEN_WARNING
 {
-    HelpId = HID_WARNING_ALIENFORMAT;
-    Size = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
-	OutputSize = TRUE;
-	Closeable = FALSE;
-	Moveable = TRUE;
-	SVLook = TRUE;
+	HelpId = HID_WARNING_ALIENFORMAT ;
+	Size = MAP_APPFONT ( DIALOG_WIDTH, DIALOG_HEIGHT ) ;
+	OutputSize = TRUE ;
+	Closeable = FALSE ;
+	Moveable = TRUE ;
+	SVLook = TRUE ;
 
-    Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION";
+	Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ;
 
-    FixedImage FI_QUERY
+	FixedImage FI_QUERY
 	{
-        Pos = MAP_APPFONT( AW_COL_1, AW_ROW_1 );
-        Size = MAP_APPFONT( SYMBOL_EDGE, SYMBOL_EDGE );
+		Pos = MAP_APPFONT ( AW_COL_1, AW_ROW_1 ) ;
+		Size = MAP_APPFONT ( SYMBOL_EDGE, SYMBOL_EDGE ) ;
 	};
-    FixedText FT_INFOTEXT
+	FixedText FT_INFOTEXT
 	{
-        Pos = MAP_APPFONT( AW_COL_2, AW_ROW_1 );
-        Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT );
-		NoLabel = TRUE;
-        Wordbreak = TRUE;
-        Text [ en-US ] = "This document may contain formatting or content that cannot be saved in the %FORMATNAME file format. Do you want to save the document in this format anyway?\n\nUse the latest ODF file format and be sure all formatting and content is saved correctly.";
+		Pos = MAP_APPFONT ( AW_COL_2, AW_ROW_1 ) ;
+		Size = MAP_APPFONT ( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT ) ;
+		NoLabel = TRUE ;
+		Wordbreak = TRUE ;
+		Text [ en-US ] = "This document may contain formatting or content that cannot be saved in the %FORMATNAME file format. Do you want to save the document in this format anyway?\n\nUse the latest ODF file format and be sure all formatting and content is saved correctly." ;
 	};
-    OKButton PB_NO
-    {
-        Pos = MAP_APPFONT( AW_COL_2, AW_ROW_2 );
-        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
-        DefButton = TRUE ;
-        Text [ en-US ] = "~Keep Current Format";
-    };
-    CancelButton PB_YES
+	OKButton PB_NO
 	{
-        Pos = MAP_APPFONT( AW_COL_3, AW_ROW_2 );
-        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
-        Text [ en-US ] = "~Save in ODF Format";
+		Pos = MAP_APPFONT ( AW_COL_2, AW_ROW_2 ) ;
+		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
+		DefButton = TRUE ;
+		Text [ en-US ] = "~Keep Current Format" ;
 	};
-    HelpButton PB_MOREINFO
+	CancelButton PB_YES
 	{
-        Pos = MAP_APPFONT( AW_COL_4, AW_ROW_2 );
-        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
-        Hide = TRUE ;
-		Text [ en-US ] = "~More Information...";
+		Pos = MAP_APPFONT ( AW_COL_3, AW_ROW_2 ) ;
+		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
+		Text [ en-US ] = "~Save in ODF Format" ;
 	};
-    FixedLine FL_OPTION
+	HelpButton PB_MOREINFO
 	{
-        Pos = MAP_APPFONT( 0, AW_ROW_3 );
-        Size = MAP_APPFONT( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
+		Pos = MAP_APPFONT ( AW_COL_4, AW_ROW_2 ) ;
+		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
+		Hide = TRUE ;
+		Text [ en-US ] = "~More Information..." ;
+	};
+	FixedLine FL_OPTION
+	{
+		Pos = MAP_APPFONT ( 0, AW_ROW_3 ) ;
+		Size = MAP_APPFONT ( DIALOG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
 	};
 	CheckBox CB_WARNING_OFF
 	{
-	    HelpID = "sfx2:CheckBox:RID_DLG_ALIEN_WARNING:CB_WARNING_OFF";
-        Pos = MAP_APPFONT( AW_COL_2, AW_ROW_4 );
-        Size = MAP_APPFONT( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT );
-        WordBreak = TRUE ;
-        Text [ en-US ] = "~Ask when not saving in ODF format";
+		HelpID = "sfx2:CheckBox:RID_DLG_ALIEN_WARNING:CB_WARNING_OFF" ;
+		Pos = MAP_APPFONT ( AW_COL_2, AW_ROW_4 ) ;
+		Size = MAP_APPFONT ( DIALOG_WIDTH-AW_COL_2-RSC_SP_DLG_INNERBORDER_RIGHT, RSC_CD_CHECKBOX_HEIGHT ) ;
+		WordBreak = TRUE ;
+		Text [ en-US ] = "~Ask when not saving in ODF format" ;
 	};
 };
 
-
+// ********************************************************************** EOF
diff --git a/main/svx/source/dialog/dlgctrl.src b/main/svx/source/dialog/dlgctrl.src
index 661fb3e..1350bcc 100644
--- a/main/svx/source/dialog/dlgctrl.src
+++ b/main/svx/source/dialog/dlgctrl.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -31,3 +31,5 @@ String STR_SWITCH
 {
 	Text [ en-US ] = "Switch" ;
 };
+
+// ******************************************************************* EOF
diff --git a/main/svx/source/gallery2/gallery.src b/main/svx/source/gallery2/gallery.src
index 1a4ac8e..0075eff 100644
--- a/main/svx/source/gallery2/gallery.src
+++ b/main/svx/source/gallery2/gallery.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -27,18 +27,16 @@
 
 /******************************************************************************/
 
-#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
-
 DockingWindow RID_SVXDLG_GALLERYBROWSER
 {
 	HelpId = "SVX_HID_GALLERY_BROWSER" ;
 	OutputSize = TRUE ;
 	Hide = TRUE ;
 	SVLook = TRUE ;
-	Pos = MAP_APPFONT ( 0 , 0 ) ;
+	Pos = MAP_APPFONT ( 0, 0 ) ;
 	Size = MAP_APPFONT ( 211, 100 ) ;
-	Text [ en-US ] = "Gallery";
-	Sizeable = TRUE;
+	Text [ en-US ] = "Gallery" ;
+	Sizeable = TRUE ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
 	Zoomable = TRUE ;
@@ -47,23 +45,23 @@ DockingWindow RID_SVXDLG_GALLERYBROWSER
 
 	Control GALLERY_BROWSER1
 	{
-		Pos = MAP_APPFONT ( 0 , 0 ) ;
+		Pos = MAP_APPFONT ( 0, 0 ) ;
 		Size = MAP_APPFONT ( 69, 150 ) ;
-		Border = FALSE;
+		Border = FALSE ;
 	};
 
 	Splitter GALLERY_SPLITTER
 	{
-		Pos = MAP_APPFONT ( 70 , 0 ) ;
+		Pos = MAP_APPFONT ( 70, 0 ) ;
 		Size = MAP_APPFONT ( 3, 150 ) ;
-		HScroll = TRUE;
+		HScroll = TRUE ;
 	};
 
 	Control GALLERY_BROWSER2
 	{
 		Pos = MAP_APPFONT ( 73, 0 ) ;
 		Size = MAP_APPFONT ( 138, 150 ) ;
-		Border = FALSE;
+		Border = FALSE ;
 	};
 };
 
@@ -71,7 +69,7 @@ DockingWindow RID_SVXDLG_GALLERYBROWSER
 
 String RID_SVXSTR_GALLERY_ACTUALIZE_PROGRESS
 {
-	Text [ en-US ] = "Update";
+	Text [ en-US ] = "Update" ;
 };
 String RID_SVXSTR_GALLERY_FOPENERROR
 {
@@ -131,7 +129,7 @@ String RID_SVXSTR_GALLERY_DELETEDD
 };
 String RID_SVXSTR_GALLERY_SGIERROR
 {
-	Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path? " ;
+	Text [ en-US ] = "This file cannot be opened.\nDo you want to enter a different search path?" ;
 };
 String RID_SVXSTR_GALLERY_NEWTHEME
 {
@@ -167,11 +165,11 @@ String RID_SVXSTR_GALLERY_PATH
 };
 String RID_SVXSTR_GALLERY_ICONVIEW
 {
-	Text [ en-US ] = "Icon View";
+	Text [ en-US ] = "Icon View" ;
 };
 String RID_SVXSTR_GALLERY_LISTVIEW
 {
-	Text [ en-US ] = "Detailed View";
+	Text [ en-US ] = "Detailed View" ;
 };
 
 /******************************************************************************/
@@ -203,66 +201,62 @@ Bitmap RID_SVXBMP_THEME_DEFAULT
 
 Bitmap RID_SVXBMP_GALLERY_MEDIA
 {
-	File = "galmedia.png";
+	File = "galmedia.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_1
 {
-	File = "galsnd1.png";
+	File = "galsnd1.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_2
 {
-	File = "galsnd2.png";
+	File = "galsnd2.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_3
 {
-	File = "galsnd3.png";
+	File = "galsnd3.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_4
 {
-	File = "galsnd4.png";
+	File = "galsnd4.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_5
 {
-	File = "galsnd5.png";
+	File = "galsnd5.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_6
 {
-	File = "galsnd6.png";
+	File = "galsnd6.png" ;
 };
 
 Bitmap RID_SVXBMP_GALLERY_SOUND_7
 {
-	File = "galsnd7.png";
+	File = "galsnd7.png" ;
 };
 
 Image RID_SVXIMG_GALLERY_VIEW_ICON
 {
-	ImageBitmap = Bitmap { File = "galicon.png"; };
-	MASKCOLOR
+	ImageBitmap = Bitmap {File = "galicon.png" ;} ;
 };
 
 Image RID_SVXIMG_GALLERY_VIEW_LIST
 {
-	ImageBitmap = Bitmap { File = "gallist.png"; };
-	MASKCOLOR
+	ImageBitmap = Bitmap {File = "gallist.png" ;} ;
 };
 
 Image RID_SVXIMG_GALLERY_VIEW_ICON_HC
 {
-	ImageBitmap = Bitmap { File = "galicon_h.png"; };
-	MASKCOLOR
+	ImageBitmap = Bitmap {File = "galicon_h.png" ;} ;
 };
 
 Image RID_SVXIMG_GALLERY_VIEW_LIST_HC
 {
-	ImageBitmap = Bitmap { File = "gallist_h.png"; };
-	MASKCOLOR
+	ImageBitmap = Bitmap {File = "gallist_h.png" ;} ;
 };
 
 
@@ -274,9 +268,9 @@ Menu RID_SVXMN_GALLERY1
 	{
 		MenuItem
 		{
-			Identifier = MN_ACTUALIZE;
-			HelpId = HID_GALLERY_ACTUALIZE;
-			Text [ en-US ] = "Update";
+			Identifier = MN_ACTUALIZE ;
+			HelpId = HID_GALLERY_ACTUALIZE ;
+			Text [ en-US ] = "Update" ;
 		};
 		MenuItem
 		{
@@ -290,8 +284,8 @@ Menu RID_SVXMN_GALLERY1
 		};
 		MenuItem
 		{
-			Identifier = MN_RENAME;
-			HelpId = HID_GALLERY_RENAME;
+			Identifier = MN_RENAME ;
+			HelpId = HID_GALLERY_RENAME ;
 			Text [ en-US ] = "~Rename" ;
 		};
 		MenuItem
@@ -300,7 +294,7 @@ Menu RID_SVXMN_GALLERY1
 		};
 		MenuItem
 		{
-			Identifier = MN_ASSIGN_ID;
+			Identifier = MN_ASSIGN_ID ;
 			Text [ en-US ] = "Assign ~ID" ;
 		};
 		MenuItem
@@ -309,8 +303,8 @@ Menu RID_SVXMN_GALLERY1
 		};
 		MenuItem
 		{
-			Identifier = MN_PROPERTIES;
-			HelpId = HID_GALLERY_PROPERTIES;
+			Identifier = MN_PROPERTIES ;
+			HelpId = HID_GALLERY_PROPERTIES ;
 			Text [ en-US ] = "Propert~ies..." ;
 		};
 	};
@@ -373,7 +367,7 @@ Menu RID_SVXMN_GALLERY2
 		MenuItem
 		{
 			Identifier = MN_TITLE ;
-			HelpId = HID_GALLERY_TITLE;
+			HelpId = HID_GALLERY_TITLE ;
 			Text [ en-US ] = "~Title" ;
 		};
 		MenuItem
@@ -392,16 +386,17 @@ Menu RID_SVXMN_GALLERY2
 		};
 		MenuItem
 		{
-			Identifier = MN_COPYCLIPBOARD;
-			HelpId = HID_GALLERY_MN_COPYCLIPBOARD;
+			Identifier = MN_COPYCLIPBOARD ;
+			HelpId = HID_GALLERY_MN_COPYCLIPBOARD ;
 			Text [ en-US ] = "~Copy" ;
 		};
 		MenuItem
 		{
-			Identifier = MN_PASTECLIPBOARD;
-			HelpId = HID_GALLERY_MN_PASTECLIPBOARD;
+			Identifier = MN_PASTECLIPBOARD ;
+			HelpId = HID_GALLERY_MN_PASTECLIPBOARD ;
 			Text [ en-US ] = "~Insert" ;
 		};
 	};
 };
 
+// ******************************************************************* EOF
diff --git a/main/uui/source/sslwarndlg.src b/main/uui/source/sslwarndlg.src
index 8ca2e5f..08250bc 100644
--- a/main/uui/source/sslwarndlg.src
+++ b/main/uui/source/sslwarndlg.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,21 +7,21 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
-#define __RSC
 
+#define __RSC
 
 #ifndef UUI_IDS_HRC
 #include <ids.hrc>
@@ -32,72 +32,72 @@
 
 ModalDialog DLG_UUI_SSLWARN
 {
-    HelpId = HID_DLG_SSLWARN_UUI;
+    HelpId = HID_DLG_SSLWARN_UUI ;
     Border = TRUE ;
     Moveable = TRUE ;
     OutputSize = TRUE ;
     SVLook = TRUE ;
-    Size = MAP_APPFONT( DLG_WIDTH, DLG_HEIGHT );
+    Size = MAP_APPFONT ( DLG_WIDTH, DLG_HEIGHT ) ;
 
-    Text [ en-US ] = "Security Warning: ";
+    Text [ en-US ] = "Security Warning: " ;
 
     FixedText FT_LABEL_1
     {
-        Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP );
-        Size = MAP_APPFONT( 195, DLG_TEXT_1_HEIGHT );
+        Pos = MAP_APPFONT ( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP ) ;
+        Size = MAP_APPFONT ( 195, DLG_TEXT_1_HEIGHT ) ;
 
-        Text [ en-US ] = "No Text";
+        Text [ en-US ] = "No Text" ;
 
-        Border = FALSE;
-        WordBreak = TRUE;
+        Border = FALSE ;
+        WordBreak = TRUE ;
     };
 
     PushButton PB_VIEW__CERTIFICATE
     {
-        HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_VIEW__CERTIFICATE";
-        Pos = MAP_APPFONT( DLG_CTLBTN_CERT_START_X, DLG_CTLBTN_START_Y );
-        Size = MAP_APPFONT( DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
+        HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_VIEW__CERTIFICATE" ;
+        Pos = MAP_APPFONT ( DLG_CTLBTN_CERT_START_X, DLG_CTLBTN_START_Y ) ;
+        Size = MAP_APPFONT ( DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
 
-        Text [ en-US ] = "View Certificate";
+		Text [ en-US ] = "View Certificate" ;
 
-    };
+	};
 
     CancelButton PB_CANCEL
     {
-        Pos = MAP_APPFONT( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y );
-        Size = MAP_APPFONT( DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
+        Pos = MAP_APPFONT ( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y ) ;
+        Size = MAP_APPFONT ( DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
 
-        Text [ en-US ] = "Cancel Connection";
+        Text [ en-US ] = "Cancel Connection" ;
 
     };
 
     PushButton PB_OK
     {
-        HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_OK";
-        Pos = MAP_APPFONT( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y );
-        Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
+        HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_OK" ;
+        Pos = MAP_APPFONT ( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y ) ;
+        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
 
-        Text [ en-US ] = "Continue";
+        Text [ en-US ] = "Continue" ;
 
     };
 
     FixedImage IMG_WARN
     {
-        Pos = MAP_APPFONT( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP );
-        Size = MAP_APPFONT( DLG_WARMIMG_WIDTH , DLG_WARMIMG_HEIGHT );
+        Pos = MAP_APPFONT ( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP ) ;
+        Size = MAP_APPFONT ( DLG_WARMIMG_WIDTH, DLG_WARMIMG_HEIGHT ) ;
 
         Fixed = Image
         {
-            /* ImageBitmap = Bitmap { File = "certificate_40x56.png"; }; */
-            MaskColor = Color{Red=0xffff;Green=0x0000;Blue=0xffff;};
+            /* ImageBitmap = Bitmap {File = "certificate_40x56.png" ;} ; */
         };
 
     };
 
     FixedLine FL_LINE
     {
-        Pos = MAP_APPFONT( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP -  RSC_CD_FIXEDLINE_HEIGHT );
-        Size = MAP_APPFONT( DLG_WIDTH,  RSC_CD_FIXEDLINE_HEIGHT );
+        Pos = MAP_APPFONT ( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP - RSC_CD_FIXEDLINE_HEIGHT ) ;
+        Size = MAP_APPFONT ( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
     };
 };
 
+// ********************************************************************** EOF