ooo-build r12552 - in branches/ooo-build-2-4-1: . patches/src680
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12552 - in branches/ooo-build-2-4-1: . patches/src680
- Date: Wed, 14 May 2008 18:45:20 +0100 (BST)
Author: pmladek
Date: Wed May 14 17:45:19 2008
New Revision: 12552
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12552&view=rev
Log:
2008-05-14 Petr Mladek <pmladek suse cz>
* patches/src680/wizards-form-fit-french-localization.diff,
patches/src680/apply: do not shrink a string in some localizations;
the width was too small without any reason; n#340679, i#89475
Added:
branches/ooo-build-2-4-1/patches/src680/wizards-form-fit-french-localization.diff
Modified:
branches/ooo-build-2-4-1/ChangeLog
branches/ooo-build-2-4-1/patches/src680/apply
Modified: branches/ooo-build-2-4-1/patches/src680/apply
==============================================================================
--- branches/ooo-build-2-4-1/patches/src680/apply (original)
+++ branches/ooo-build-2-4-1/patches/src680/apply Wed May 14 17:45:19 2008
@@ -402,6 +402,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: branches/ooo-build-2-4-1/patches/src680/wizards-form-fit-french-localization.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-2-4-1/patches/src680/wizards-form-fit-french-localization.diff Wed May 14 17:45:19 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]