summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2010-04-01 13:41:17 +0200
committerGregor Hartmann <gh@openoffice.org>2010-04-01 13:41:17 +0200
commitf5703b3b5e24538039748720e6822962849f1227 (patch)
treecb8d5fed67620a55e7412e95ca5820ad68bec4fd
parentb56e5c90a497f1626778e5485ebdf3d83a528410 (diff)
nativea: #i110248# changed Sun Microsystems, Inc. to Oracle
-rw-r--r--basic/source/app/basic.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/basic.src b/basic/source/app/basic.src
index 0467883bec..c910442878 100644
--- a/basic/source/app/basic.src
+++ b/basic/source/app/basic.src
@@ -87,7 +87,7 @@ ModalDialog IDD_ABOUT_DIALOG {
FixedText {
Pos = MAP_APPFONT( 40, 60 );
Size = MAP_APPFONT( 110, 10 );
- TEXT = "®1995 Sun Microsystems, Inc.";
+ TEXT = "®1995-2010 Oracle";
CENTER = TRUE;
};
};
@@ -127,7 +127,7 @@ ModalDialog IDD_TT_ABOUT_DIALOG {
Pos = MAP_APPFONT( 5, 40 );
Size = MAP_APPFONT( 110, 10 );
CENTER = TRUE;
- TEXT[ en-US ] = "©1995-2005 Sun Microsystems, Inc.";
+ TEXT[ en-US ] = "©1995-2010 Oracle";
};
OKButton RID_OK {
Pos = MAP_APPFONT( 40, 60 );