diff options
author | Andras Timar <atimar@suse.com> | 2012-06-15 16:39:47 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-15 16:43:57 +0200 |
commit | 19e298646d52f63554f9517ff19b7a7f5d1e3b52 (patch) | |
tree | 4cd9b89a953fa013eae606537b690a37647bdab6 /sc | |
parent | 9bf2d51927c3ac87b32b996a65bd30618b4ce58c (diff) |
add HelpId to key binding selection listbox
Change-Id: I90cba97c112af81ca50feca5bfa70d0d651b6083
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/optdlg.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src index da4d6621dd17..9d4de7eb105e 100644 --- a/sc/source/ui/src/optdlg.src +++ b/sc/source/ui/src/optdlg.src @@ -332,6 +332,7 @@ TabPage RID_SCPAGE_COMPATIBILITY ListBox LB_KEY_BINDINGS { + HelpID = "sc:ListBox:RID_SCPAGE_COMPATIBILITY:LB_KEY_BINDINGS"; Border = TRUE ; Pos = MAP_APPFONT ( 179, 20 ) ; Size = MAP_APPFONT ( 75, 46 ) ; |