[Libreoffice-commits] .: sw/source

Andras Timar timar at kemper.freedesktop.org
Tue Jan 25 12:15:47 PST 2011


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

New commits:
commit b76bd43ff0addfa0c2e30dd210096687094850f2
Author: Andras Timar <timar at fsf.hu>
Date:   Tue Jan 25 21:14:53 2011 +0100

    translations need more space on word count dialog

diff --git a/sw/source/ui/dialog/wordcountdialog.src b/sw/source/ui/dialog/wordcountdialog.src
index 359d95e..f73cac2 100644
--- a/sw/source/ui/dialog/wordcountdialog.src
+++ b/sw/source/ui/dialog/wordcountdialog.src
@@ -69,7 +69,7 @@ ModalDialog DLG_WORDCOUNT
     FixedText       FT_CURRENTCHARACTEREXCLUDINGSPACES
     {
         Pos = MAP_APPFONT ( 12 , 38 ) ;
-        Size = MAP_APPFONT ( 80 , 8 ) ;
+        Size = MAP_APPFONT ( 98 , 8 ) ;
         Text [ en-US ] = "Characters excluding spaces:";
     };
     FixedText       FI_CURRENTCHARACTEREXCLUDINGSPACES
@@ -111,7 +111,7 @@ ModalDialog DLG_WORDCOUNT
     FixedText       FT_DOCCHARACTEREXCLUDINGSPACES
     {
         Pos = MAP_APPFONT ( 12 , 87 ) ;
-        Size = MAP_APPFONT ( 80 , 8 ) ;
+        Size = MAP_APPFONT ( 98 , 8 ) ;
         Text [ en-US ] = "Characters excluding spaces:";
     };
     FixedText       FI_DOCCHARACTEREXCLUDINGSPACES


More information about the Libreoffice-commits mailing list