diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-05-16 08:17:24 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-05-16 08:17:24 +0000 |
commit | abf4a0e9e0bf1987a0dc003f1568f53954beabd1 (patch) | |
tree | f87f08fecde07a466aa41b4feb7c4e5f7d28bfbe /basctl/source | |
parent | b66f73d7d1a9af66b56fca3cbf36c37617b2b3f1 (diff) |
#87026# new control names
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/dlged/dlgresid.src | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/basctl/source/dlged/dlgresid.src b/basctl/source/dlged/dlgresid.src index b850b4062132..fe6558687bd1 100644 --- a/basctl/source/dlged/dlgresid.src +++ b/basctl/source/dlged/dlgresid.src @@ -2,9 +2,9 @@ * * $RCSfile: dlgresid.src,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2001-05-12 07:35:59 $ + * last change: $Author: tbe $ $Date: 2001-05-16 09:17:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,11 +69,11 @@ String RID_STR_CLASS_DIALOG }; String RID_STR_CLASS_BUTTON { - Text = "Button" ; + Text = "CommandButton" ; }; String RID_STR_CLASS_RADIOBUTTON { - Text = "RadioButton" ; + Text = "OptionButton" ; }; String RID_STR_CLASS_CHECKBOX { @@ -89,15 +89,15 @@ String RID_STR_CLASS_COMBOBOX }; String RID_STR_CLASS_GROUPBOX { - Text = "GroupBox" ; + Text = "FrameControl" ; }; String RID_STR_CLASS_EDIT { - Text = "Edit" ; + Text = "TextField" ; }; String RID_STR_CLASS_FIXEDTEXT { - Text = "FixedText" ; + Text = "Label" ; }; String RID_STR_CLASS_IMAGECONTROL { |