summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-23 11:44:17 +0100
committerAndras Timar <atimar@suse.com>2012-03-23 11:45:18 +0100
commitfb067f9bb25c49ee50b8fd62c844812d6a875805 (patch)
tree1eafdc3c5c4f631dabb14f807e0cc2881644a7be /odk
parentb13f2b5788bc27d055e20926053244e824ac5bd6 (diff)
replace OpenOffice.org to LibreOffice in registry keys
Diffstat (limited to 'odk')
-rw-r--r--odk/source/unoapploader/win/unoapploader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/source/unoapploader/win/unoapploader.c b/odk/source/unoapploader/win/unoapploader.c
index 762b554744b3..8debafe0c25f 100644
--- a/odk/source/unoapploader/win/unoapploader.c
+++ b/odk/source/unoapploader/win/unoapploader.c
@@ -66,7 +66,7 @@ void closeErrorFile();
* environment variable to the program directory of the UNO installation.
* If no installation is specified by the user, the default installation on
* the system will be taken. The default installation is read from the
- * default value of the key "Software\OpenOffice.org\UNO\InstallPath" from the
+ * default value of the key "Software\LibreOffice\UNO\InstallPath" from the
* root key HKEY_CURRENT_USER in the Windows Registry. If this key is missing,
* the key is read from the root key HKEY_LOCAL_MACHINE.</p>
*/