[ooo-build-commit] .: framework/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Oct 4 17:17:08 PDT 2010


 framework/source/classes/resource.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 967ea9dd4d6f2bb501d6a156c2dc3f55428ca2dc
Author: Lior Kaplan <kaplanlior at gmail.com>
Date:   Mon Oct 4 20:16:27 2010 -0400

    Replace hardcoded "product by Oracle" with "product by %OOOVENDOR".

diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index 5c0f7d0..60ce86e 100644
--- a/framework/source/classes/resource.src
+++ b/framework/source/classes/resource.src
@@ -124,7 +124,7 @@ String STR_TOOLBAR_TITLE_ADDON
 
 String STR_STATUSBAR_LOGOTEXT
 {
-    Text [ en-US ] = "A %PRODUCTNAME product by Oracle";
+    Text [ en-US ] = "A %PRODUCTNAME product by %OOOVENDOR";
 };
 
 // ***********************************************************************


More information about the ooo-build-commit mailing list