[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

Michael Stahl mst at kemper.freedesktop.org
Tue Feb 7 10:33:43 PST 2012


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

New commits:
commit 862da84672d7251099d996611811de8b43e8bc82
Author: Andras Timar <atimar at 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 <mstahl at 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 ;


More information about the Libreoffice-commits mailing list