[Libreoffice-commits] .: svx/source sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 22 12:11:57 PDT 2012


 svx/source/tbxctrls/tbcontrl.src           |    2 +-
 sw/source/ui/dbui/mailmergechildwindow.src |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 678581c48351572620846390b37a156833b1bb7e
Author: Zolnai Tamás <zolniatamas at caesar.elte.hu>
Date:   Wed Aug 22 16:18:35 2012 +0200

    Some cleanup for better localization
    
    First: localization tool can not recognize id because
    of empty line between id and its definition
    Second: same problem because of comment between type and id
    
    Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21

diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index a944544..85b9d43 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -58,8 +58,8 @@ String RID_SVXSTR_TRANSPARENT
 {
     Text [ en-US ] = "No Fill" ;
 };
-String RID_SVXSTR_FILLPATTERN
 
+String RID_SVXSTR_FILLPATTERN
 {
     Text [ en-US ] = "Pattern" ;
 };
diff --git a/sw/source/ui/dbui/mailmergechildwindow.src b/sw/source/ui/dbui/mailmergechildwindow.src
index d74713c..304f695 100644
--- a/sw/source/ui/dbui/mailmergechildwindow.src
+++ b/sw/source/ui/dbui/mailmergechildwindow.src
@@ -79,7 +79,7 @@ FloatingWindow DLG_MAILMERGECHILD\
 };
 
 //FloatingWindow DLG_MM_SENDMAILS
-ModelessDialog /*ModalDialog*/ DLG_MM_SENDMAILS
+ModelessDialog DLG_MM_SENDMAILS
 {
     OutputSize = TRUE ;
     SVLook = TRUE ;


More information about the Libreoffice-commits mailing list