LibreOffice Branding: first cut

This commit is contained in:
Fridrich Štrba 2010-09-22 15:32:18 +02:00
parent b12337c8ae
commit afc5c0c440

View file

@ -90,7 +90,7 @@ static char* getPathFromRegistryKey( HKEY hroot, const char* subKeyName )
*/
static char* platformSpecific()
{
const char* SUBKEYNAME = "Software\\OpenOffice.org\\UNO\\InstallPath";
const char* SUBKEYNAME = "Software\\LibreOffice\\UNO\\InstallPath";
char* path = NULL;