[Libreoffice-commits] core.git: 2 commits - configure.ac cui/source

Andras Timar atimar at suse.com
Mon Feb 18 10:59:35 PST 2013


 configure.ac                   |    1 -
 cui/source/options/optgdlg.src |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7caa680335c2cd89c4fbd1ab621ac9e40e0ec803
Author: Andras Timar <atimar at suse.com>
Date:   Mon Feb 18 20:02:06 2013 +0100

    Fix the Ignore system input language label truncated in translations
    
    Change-Id: I3d05135f7973d6ca9cb3e554a4c80544a17e6f60

diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src
index 374a32b..ae9ab80 100644
--- a/cui/source/options/optgdlg.src
+++ b/cui/source/options/optgdlg.src
@@ -535,7 +535,7 @@ TabPage OFA_TP_LANGUAGES
     {
         HelpID = "cui:CheckBox:OFA_TP_LANGUAGES:CB_IGNORE_LANG_CHANGE";
         Pos = MAP_APPFONT ( 12 , 188-11+13 ) ;
-        Size = MAP_APPFONT ( 125 , RSC_CD_CHECKBOX_HEIGHT ) ;
+        Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
         Text [ en-US ] = "Ignore s~ystem input language";
     };
 };
commit 48511591708308c14c9ad3dd4e7af92a12764c35
Author: Andras Timar <atimar at suse.com>
Date:   Mon Feb 18 18:02:22 2013 +0100

    don't check for WatchWindow extension twice
    
    Change-Id: I6c6a605e139a77f140c7ce2513cb35f0fdb50716

diff --git a/configure.ac b/configure.ac
index 11298a3..5b0a5d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10993,7 +10993,6 @@ AC_SUBST([WITH_EXTRA_EXTENSIONS])
 
 libo_CHECK_EXTENSION([Watch Window],[WATCH_WINDOW],[watch_window],[23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt])
 libo_CHECK_EXTENSION([SmART Gallery (Diagram)],[DIAGRAM],[diagram],[8d74685d41f8bffe8c3e71fe8deac09d-SmART_0.9.5.oxt])
-libo_CHECK_EXTENSION([Watch Window],[WATCH_WINDOW],[watch_window],[23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt])
 libo_CHECK_EXTENSION([Validator],[VALIDATOR],[validator],[bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt])
 libo_CHECK_EXTENSION([Barcode],[BARCODE],[barcode],[3ed18025a766f1e955707b969c8113a5-Barcode_1.3.5.0.oxt])
 libo_CHECK_EXTENSION([ConvertTextToNumber],[CT2N],[ct2n],[])


More information about the Libreoffice-commits mailing list