diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-05 15:25:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-05 15:25:33 +0000 |
commit | ff16826120f455a51d0607f583fdd7c98c6be073 (patch) | |
tree | e291df3d6f9c30951098928de709fb97667c694b /shell | |
parent | 638a2dcaa4128e8957e6cd7662bf10daf3f635d0 (diff) |
rhbz#649824# this key name is wrong
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/gconfbe/gconfaccess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx index 4206db4e2668..e19e231a7773 100644 --- a/shell/source/backends/gconfbe/gconfaccess.cxx +++ b/shell/source/backends/gconfbe/gconfaccess.cxx @@ -765,7 +765,7 @@ ConfigurationValue const ConfigurationValues[] = { SETTING_REMOVE_PERSONAL_INFO, "/apps/openoffice/lockdown/remove_personal_info_on_save", - "Scripting/RemovePersonalInfoOnSaving", + "RemovePersonalInfoOnSaving", sal_False, SETTINGS_LAST }, |