To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65680





------- Additional comments from [EMAIL PROTECTED] Mon May 22 01:47:50 -0700 
2006 -------
I find source code file is:
SRC680_m163\wizards\source\tools\Misc.xba

and there is a "Function GetProductname()":
Function GetProductname() as String
Dim oProdNameAccess as Object
Dim sVersion as String
Dim sProdName as String
        oProdNameAccess = 
GetRegistryKeyContent("org.openoffice.Setup/Product")
        sProdName = oProdNameAccess.getByName("ooName")
        sVersion = oProdNameAccess.getByName("ooSetupVersion")
        GetProductName = sProdName & sVersion
End Function

Hope this is help :)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to