diff options
author | August Sodora <augsod@gmail.com> | 2011-11-16 14:50:26 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-17 18:41:20 -0600 |
commit | a4074e34039b0e570a3aa08cdffde1562892df17 (patch) | |
tree | cc65bb900517ad4a5408c31a0c7ddff110669052 /officecfg | |
parent | deb6bcf8d91a14767ed4cd6c377e1ffe6b6a9521 (diff) |
Preparing to add option for line numbers in the basic ide
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu index e512d3c537b0..c7118082b4a2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu @@ -8,6 +8,12 @@ <value xml:lang="en-US">Goto Line Number...</value> </prop> </node> + <node oor:name=".uno:ShowLines" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Display Source Line Number...</value> + </prop> + </node> + </node> <node oor:name="Popups"> </node> |