ooo-build r12554 - in trunk: . patches/dev300
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12554 - in trunk: . patches/dev300
- Date: Wed, 14 May 2008 19:02:05 +0100 (BST)
Author: pmladek
Date: Wed May 14 18:02:05 2008
New Revision: 12554
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12554&view=rev
Log:
2008-05-14 Petr Mladek <pmladek suse cz>
* patches/dev300/wizards-form-fit-french-localization.diff:
* patches/dev300/apply: do not shrink a string in some localizations;
the width was too small without any reason; n#340679, i#89475
Added:
trunk/patches/dev300/wizards-form-fit-french-localization.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Wed May 14 18:02:05 2008
@@ -382,6 +382,10 @@
# Fix for n#113235
wizards-source-importwizard-filesmodul-xba.diff, i#56633, noelpwer
+# do not shrink a string in some localizations;
+# the width was too small without any reason
+wizards-form-fit-french-localization.diff, n#340679, i#89475, pmladek
+
# testtool doesn't like oobuild basic compatability defaults
# ooo-build only fix n#145906#
automation-testtool-oobuildfix.diff, n#145906, noelpwer
Added: trunk/patches/dev300/wizards-form-fit-french-localization.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/wizards-form-fit-french-localization.diff Wed May 14 18:02:05 2008
@@ -0,0 +1,11 @@
+--- wizards/com/sun/star/wizards/form/Finalizer.java.old 2006-04-07 14:41:55.000000000 +0200
++++ wizards/com/sun/star/wizards/form/Finalizer.java 2008-05-14 18:52:51.000000000 +0200
+@@ -75,7 +75,7 @@ public class Finalizer {
+ );
+ CurUnoDialog.insertLabel("lblProceed",
+ new String[] {"Height", "Label", "PositionX", "PositionY", "Step", "TabIndex", "Width"},
+- new Object[] { UIConsts.INTEGERS[8], slblProceed, new Integer(97), new Integer(62),UIConsts.INTEGERS[8], new Short(curtabindex++), new Integer(154)}
++ new Object[] { UIConsts.INTEGERS[8], slblProceed, new Integer(97), new Integer(62),UIConsts.INTEGERS[8], new Short(curtabindex++), new Integer(185)}
+ );
+ XRadioButton optWorkWithForm = CurUnoDialog.insertRadioButton("optWorkWithForm", null,
+ new String[] {"Height", "HelpURL", "Label", "PositionX", "PositionY", "State", "Step", "TabIndex", "Width"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]