ooo-build r14739 - in trunk: . patches/dev300



Author: noelpwer
Date: Thu Dec  4 10:24:57 2008
New Revision: 14739
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14739&view=rev

Log:
2008-12-04  Noel Power  <noel power novell com>

        * patches/dev300/default-autotext-and-form-name.diff: remove uncessary
        spaces from resource names ( the space is added by the code now
)



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/default-autotext-and-form-name.diff

Modified: trunk/patches/dev300/default-autotext-and-form-name.diff
==============================================================================
--- trunk/patches/dev300/default-autotext-and-form-name.diff	(original)
+++ trunk/patches/dev300/default-autotext-and-form-name.diff	Thu Dec  4 10:24:57 2008
@@ -95,72 +95,72 @@
 +
 +    String STR_SHAPE_AUTOSHAPE
 +    {
-+        Text [ en-US ] = "AutoShape ";
++        Text [ en-US ] = "AutoShape";
 +    };
 +
 +    String STR_SHAPE_RECTANGLE
 +    {
-+        Text [ en-US ] = "Rectangle ";
++        Text [ en-US ] = "Rectangle";
 +    };
 +
 +    String STR_SHAPE_LINE
 +    {
-+        Text [ en-US ] = "Line ";
++        Text [ en-US ] = "Line";
 +    };
 +
 +    String STR_SHAPE_OVAL
 +    {
-+        Text [ en-US ] = "Oval ";
++        Text [ en-US ] = "Oval";
 +    };
 +
 +    String STR_SHAPE_TEXTBOX
 +    {
-+        Text [ en-US ] = "Text Box ";
++        Text [ en-US ] = "Text Box";
 +    };
 +
 +    String STR_FORM_BUTTON
 +    {
-+        Text [ en-US ] = "Button ";
++        Text [ en-US ] = "Button";
 +    };
 +
 +    String STR_FORM_CHECKBOX
 +    {
-+        Text [ en-US ] = "Check Box ";
++        Text [ en-US ] = "Check Box";
 +    };
 +
 +    String STR_FORM_OPTIONBUTTON
 +    {
-+        Text [ en-US ] = "Option Button ";
++        Text [ en-US ] = "Option Button";
 +    };
 +
 +    String STR_FORM_LABEL
 +    {
-+        Text [ en-US ] = "Label ";
++        Text [ en-US ] = "Label";
 +    };
 +
 +    String STR_FORM_LISTBOX
 +    {
-+        Text [ en-US ] = "List Box ";
++        Text [ en-US ] = "List Box";
 +    };
 +
 +    String STR_FORM_GROUPBOX
 +    {
-+        Text [ en-US ] = "Group Box ";
++        Text [ en-US ] = "Group Box";
 +    };
 +
 +    String STR_FORM_DROPDOWN 
 +    {
-+        Text [ en-US ] = "Drop Down ";
++        Text [ en-US ] = "Drop Down";
 +    };
 +
 +    String STR_FORM_SPINNER
 +    {
-+        Text [ en-US ] = "Spinner ";
++        Text [ en-US ] = "Spinner";
 +    };
 +
 +    String STR_FORM_SCROLLBAR
 +    {
-+        Text [ en-US ] = "Scroll Bar ";
++        Text [ en-US ] = "Scroll Bar";
 +    };
 +
  };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]