summaryrefslogtreecommitdiff
path: root/svx/source/intro/ooo.src
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-03-17 16:32:34 +0100
committerCarsten Driesner <cd@openoffice.org>2010-03-17 16:32:34 +0100
commit2c7a5d8a722d718df486e2958bcbee39da405ad2 (patch)
tree9c25108d328db2bc5d7dde5dcb5e6388789acc9b /svx/source/intro/ooo.src
parent32f30ecf67a073c19f0397514a9f0cce85deb544 (diff)
native0: #161722# Adapt about box to handle long legal text
Diffstat (limited to 'svx/source/intro/ooo.src')
-rw-r--r--svx/source/intro/ooo.src16
1 files changed, 11 insertions, 5 deletions
diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src
index 4870a5c4dd..4c17838687 100644
--- a/svx/source/intro/ooo.src
+++ b/svx/source/intro/ooo.src
@@ -65,7 +65,7 @@ String RID_BUILDVERSION
ModalDialog RID_DEFAULTABOUT
{
OutputSize = TRUE ;
- Size = MAP_APPFONT ( 245 , 200 ) ;
+ Size = MAP_APPFONT ( 245 , 260 ) ;
Moveable = TRUE ;
SVLook = TRUE ;
TEXT_DEFAULTABOUT
@@ -81,13 +81,19 @@ ModalDialog RID_DEFAULTABOUT
Size = MAP_APPFONT ( 118 , 16 ) ;
WordBreak = TRUE ;
Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
- };
- FixedText ABOUT_FTXT_COPYRIGHT
+ };
+ MultiLineEdit ABOUT_FTXT_COPYRIGHT
{
+ Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 25 ) ;
Size = MAP_APPFONT ( 168 , 51 ) ;
- Text[ en-US ] ="Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\nThis product was created by " OOO_VENDOR ", based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at\n http://www.openoffice.org/welcome/credits.html.";
- WordBreak = TRUE ;
+ IgnoreTab = TRUE ;
+ ReadOnly = TRUE ;
+ AutoVScroll = TRUE ;
+ };
+ String ABOUT_STR_COPYRIGHT
+ {
+ Text[ en-US ] = "Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\nThis product was created by " OOO_VENDOR ", based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at\n http://www.openoffice.org/welcome/credits.html.";
};
StringArray ABOUT_STR_DEVELOPER_ARY
{