diff options
author | Gergo Mocsi <gmocsi91@gmail.com> | 2013-08-01 13:59:10 +0200 |
---|---|---|
committer | Gergo Mocsi <gmocsi91@gmail.com> | 2013-09-02 18:16:54 +0200 |
commit | 790a7aff12eb37c76484026bd77915cef3de98d4 (patch) | |
tree | 622ffe4fdd47e4e13e272d244a8754828eda0d02 /officecfg/registry/schema | |
parent | a622a19b7acb12375b77bbaa21f6384121780d91 (diff) |
GSOC work, renaming for consistency
Menu enrty was renamed to IDE Options under View.
SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS.
CodeCompleteDlg was rename to BasicIDEOptionDlg.
Ui file was renamed to basicideoptionsdialog.ui.
Checkbox for extended types is now independent from code complete one.
Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs index 385f746a7dca..7aecd133a193 100644 --- a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs @@ -56,9 +56,9 @@ </info> <value>false</value> </prop> - <prop oor:name="AutoCorrectSpelling" oor:type="xs:boolean" oor:nillable="false"> + <prop oor:name="AutoCorrectKeywords" oor:type="xs:boolean" oor:nillable="false"> <info> - <desc>Sets the auto correct spelling on/off. Default is false.</desc> + <desc>Sets the auto correction of keywords on/off. Default is false.</desc> </info> <value>false</value> </prop> |