[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 22 03:26:34 PDT 2012


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

New commits:
commit a47a8515d2a8cdd9c2866deb43e3c148ef99de13
Author: Andras Timar <atimar at suse.com>
Date:   Mon Oct 22 12:21:26 2012 +0200

    add help ID to 'Enable char units' checkbox
    
    Change-Id: Ic968253460363c9d73ddc247d680f38f81df1272

diff --git a/sw/source/ui/config/optload.src b/sw/source/ui/config/optload.src
index 5dc8dd0..4cdb44e 100644
--- a/sw/source/ui/config/optload.src
+++ b/sw/source/ui/config/optload.src
@@ -144,6 +144,8 @@ TabPage TP_OPTLOAD_PAGE
     };
     CheckBox CB_USE_CHAR_UNIT
     {
+        HelpID = "sw:CheckBox:TP_OPTLOAD_PAGE:CB_USE_CHAR_UNIT";
+        Pos = MAP_APPFONT ( 12 , 111) ;
         Pos = MAP_APPFONT ( 12 , 130) ;
         Size = MAP_APPFONT ( 109 , 10 ) ;
         Text [ en-US ] = "Enable char unit";


More information about the Libreoffice-commits mailing list