1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: newerverwarn.src,v $
10 * $Revision: 1.1.2.1 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 #include "newerverwarn.hrc"
36 #define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
38 ModalDialog RID_DLG_NEWER_VERSION_WARNING
40 HelpId = HID_DLG_NEWERVERSIONWARNING;
42 Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
46 Text [ en-US ] = "%PRODUCTNAME Update Available" ;
49 Pos = MAP_APPFONT ( COL_1 , ROW_1 );
50 Size = MAP_APPFONT ( IMAGE_WIDTH , IMAGE_HEIGHT );
54 ImageBitmap = Bitmap { File = "versionwarning.png"; };
55 MaskColor = STD_MASKCOLOR;
60 Pos = MAP_APPFONT( COL_2, ROW_1 );
61 Size = MAP_APPFONT( INFO_WIDTH, INFO_LINES * RSC_CD_FIXEDTEXT_HEIGHT );
63 Text [ en-US ] = "This document was created by a newer version of %PRODUCTNAME. It may contain features not supported by your current version.\n\nClick 'Update Now...' to run online update and get the latest version of %PRODUCTNAME.";
67 Pos = MAP_APPFONT ( 0 , ROW_2 ) ;
68 Size = MAP_APPFONT ( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
72 Pos = MAP_APPFONT ( COL_3 , ROW_3 ) ;
73 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
75 Text [ en-US ] = "~Update Now..." ;
79 Pos = MAP_APPFONT ( COL_4 , ROW_3 ) ;
80 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
82 Text [ en-US ] = "~Later" ;