[Libreoffice] Do we have %VENDORNAME variable ?

Lior Kaplan kaplanlior at gmail.com
Mon Oct 4 15:03:43 PDT 2010


Hi,

While going over the translation of OO.org, I've found an hardcoded mention
for Oracle
 which should be replaced by some kind of %VERNDORNAME variable like we have
%PRODUCTNAME.

I'm not sure we actually have %VERNDORNAME, as I didn't find any reference
for it in the translations.
If we do have it, please consider the following patch (under LGPLv3+).

Kaplan

--- 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 %VENDORNAME";
 };

 // ***********************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20101005/f20f1442/attachment.htm>


More information about the LibreOffice mailing list