preload.src (80fe9c7b) | preload.src (e622c435) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 72 unchanged lines hidden (view full) --- 81 FixedText FT_INFO 82 { 83 Pos = MAP_APPFONT ( 6 , 3 ) ; 84 Size = MAP_APPFONT ( 248 , 174 ) ; 85 WordBreak = TRUE ; 86 Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start the %PRODUCTNAME %PRODUCTVERSION OEM, " 87 "please enter your personal data in the dialog following the license text. Important information is contained " 88 "in the readme files which are located in the %PRODUCTNAME product directory. Please read these files carefully. " | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 72 unchanged lines hidden (view full) --- 81 FixedText FT_INFO 82 { 83 Pos = MAP_APPFONT ( 6 , 3 ) ; 84 Size = MAP_APPFONT ( 248 , 174 ) ; 85 WordBreak = TRUE ; 86 Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo start the %PRODUCTNAME %PRODUCTVERSION OEM, " 87 "please enter your personal data in the dialog following the license text. Important information is contained " 88 "in the readme files which are located in the %PRODUCTNAME product directory. Please read these files carefully. " |
89 "You can also find detailed information at the Oracle website \n\n" 90 "http://www.oracle.com/us/products/applications/open-office."; | 89 "You can also find detailed information at the OpenOffice website \n\n" 90 "http://www.openoffice.org."; |
91 }; 92}; 93 94#define LICENSE_DIALOG_WIDTH 260 95#define LICENSE_DIALOG_HEIGTH 185 96#define LICENSE_RIGHT_BORDER 7 97#define LICENSE_BOTTOM_BORDER 0 98#define LICENSE_ROW_1 (7) --- 188 unchanged lines hidden --- | 91 }; 92}; 93 94#define LICENSE_DIALOG_WIDTH 260 95#define LICENSE_DIALOG_HEIGTH 185 96#define LICENSE_RIGHT_BORDER 7 97#define LICENSE_BOTTOM_BORDER 0 98#define LICENSE_ROW_1 (7) --- 188 unchanged lines hidden --- |