diff options
author | Andras Timar <atimar@suse.com> | 2012-02-06 16:02:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-02-07 18:56:03 +0100 |
commit | 862da84672d7251099d996611811de8b43e8bc82 (patch) | |
tree | 3af5e8d04537036a8d287313e1106acef4fe1725 | |
parent | dae8fff9289edbfda3317bd19acd233400528a95 (diff) |
fdo#45045 fox context sensitive help for Word Count dialog
(cherry picked from commit 5f261a0db51621fbab37cc0f991bc8c9106dda01)
Signed-off-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/ui/dialog/wordcountdialog.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.src b/sw/source/ui/dialog/wordcountdialog.src index 7c4a5f9c7fb1..1b8b1a1e1291 100644 --- a/sw/source/ui/dialog/wordcountdialog.src +++ b/sw/source/ui/dialog/wordcountdialog.src @@ -131,11 +131,13 @@ ModelessDialog DLG_WORDCOUNT }; HelpButton PB_HELP { + HelpID = HID_DLG_WORDCOUNT ; Pos = MAP_APPFONT ( 5 , 114 ) ; Size = MAP_APPFONT ( 50 , 15 ) ; }; OKButton PB_OK { + HelpID = HID_DLG_WORDCOUNT ; Pos = MAP_APPFONT ( 115 , 114 ) ; Size = MAP_APPFONT ( 50 , 15 ) ; DefButton = TRUE ; |