sw/source/ui/dialog/wordcountdialog.src |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 862da84672d7251099d996611811de8b43e8bc82
Author: Andras Timar <ati...@suse.com>
Date:   Mon Feb 6 16:02:43 2012 +0100

    fdo#45045 fox context sensitive help for Word Count dialog
    (cherry picked from commit 5f261a0db51621fbab37cc0f991bc8c9106dda01)
    
    Signed-off-by: Michael Stahl <mst...@redhat.com>

diff --git a/sw/source/ui/dialog/wordcountdialog.src 
b/sw/source/ui/dialog/wordcountdialog.src
index 7c4a5f9..1b8b1a1 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 ;
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to