diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-10 10:23:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-10 10:23:45 +0000 |
commit | 0c53ca049d67d332ac97440501fdd5911d4a4991 (patch) | |
tree | 97c5479710d58cd17edcea62cc7b9f6cd17d4fbc /svx | |
parent | a7aeac6ab010fc5f0dfc26ef5626547d6c89ee15 (diff) |
INTEGRATION: CWS mh20137 (1.13.100); FILE MERGED
2006/02/09 14:12:38 mh 1.13.100.2: add: version number into about box, #i58850#
2006/02/06 15:03:39 mh 1.13.100.1: set year of copyright to 2006
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/intro/ooo.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/intro/ooo.src b/svx/source/intro/ooo.src index d02db165378c..c3319c8a3596 100644 --- a/svx/source/intro/ooo.src +++ b/svx/source/intro/ooo.src @@ -4,9 +4,9 @@ * * $RCSfile: ooo.src,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-12-14 15:16:29 $ + * last change: $Author: rt $ $Date: 2006-02-10 11:23:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,14 +93,14 @@ ModalDialog RID_DEFAULTABOUT Pos = MAP_APPFONT ( 54 , 6 ) ; Size = MAP_APPFONT ( 118 , 16 ) ; WordBreak = TRUE ; - Text = "$(VER)"; + Text = "OpenOffice.org 2.0.2"; }; FixedText ABOUT_FTXT_COPYRIGHT { Pos = MAP_APPFONT ( 54 , 25 ) ; Size = MAP_APPFONT ( 168 , 51 ) ; - Text [ de ] = "Copyright 2000-2005 Sun Microsystems Inc.\nThis product has been created by " OOO_VENDOR " based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html."; - Text[ en-US ] ="Copyright 2000-2005 Sun Microsystems Inc.\nThis product has been created by " OOO_VENDOR " based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html."; + Text [ de ] = "Copyright 2000-2006 Sun Microsystems Inc.\nThis product has been created by " OOO_VENDOR " based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html."; + Text[ en-US ] ="Copyright 2000-2006 Sun Microsystems Inc.\nThis product has been created by " OOO_VENDOR " based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, especially those mentioned at http://www.openoffice.org/welcome/credits.html."; WordBreak = TRUE ; }; StringArray ABOUT_STR_DEVELOPER_ARY |