diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-22 15:32:18 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-28 08:44:15 +0200 |
commit | 7c2bf68933065d7277bf4bffe2d99fafedc90c8a (patch) | |
tree | 336b008e81a8e679b18b265719ec48b7eeb33870 | |
parent | e7d62c42d6ff5343a431faeb4b33b9a9860e94dd (diff) |
LibreOffice Branding: first cut
-rw-r--r-- | cppuhelper/source/findsofficepath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c index c07bbe976..c1aedf6f0 100644 --- a/cppuhelper/source/findsofficepath.c +++ b/cppuhelper/source/findsofficepath.c @@ -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; |