diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-09-27 11:12:19 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-09-27 11:12:19 +0000 |
commit | 9d385a9bea086aa88891f56cc29bc9676ff4b512 (patch) | |
tree | fc7b8da9108e3c7c82b92a2ff0a9132068f20dee | |
parent | 25192af1699fd9f660ca9eafcf89e2b590e10100 (diff) |
#92520# BasicIDE: misleading labels in the libpage
-rw-r--r-- | basctl/source/basicide/moduldl2.cxx | 7 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hrc | 5 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 7 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.src | 33 |
4 files changed, 31 insertions, 21 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx index f5ca9c08b789..2bbfe6f46dd7 100644 --- a/basctl/source/basicide/moduldl2.cxx +++ b/basctl/source/basicide/moduldl2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldl2.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: tbe $ $Date: 2001-09-26 16:15:18 $ + * last change: $Author: tbe $ $Date: 2001-09-27 12:12:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,9 +125,10 @@ using namespace ::com::sun::star::ui::dialogs; LibPage::LibPage( Window * pParent ) : TabPage( pParent,IDEResId( RID_TP_LIBS ) ), + aBasicsText( this, IDEResId( RID_STR_BASICS ) ), + aBasicsBox( this, IDEResId( RID_LB_BASICS ) ), aLibText( this, IDEResId( RID_STR_LIB ) ), aLibBox( this, IDEResId( RID_TRLBOX ) ), - aBasicsBox( this, IDEResId( RID_LB_BASICS ) ), aEditButton( this, IDEResId( RID_PB_EDIT ) ), aCloseButton( this, IDEResId( RID_PB_CLOSE ) ), aPasswordButton(this, IDEResId( RID_PB_PASSWORD ) ), diff --git a/basctl/source/basicide/moduldlg.hrc b/basctl/source/basicide/moduldlg.hrc index a10a6d3b9aff..8b4f5eb61cdc 100644 --- a/basctl/source/basicide/moduldlg.hrc +++ b/basctl/source/basicide/moduldlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tbe $ $Date: 2001-07-31 15:07:16 $ + * last change: $Author: tbe $ $Date: 2001-09-27 12:12:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,7 @@ #define RID_PB_APPEND 10 #define RID_PB_PASSWORD 11 #define RID_LB_BASICS 12 +#define RID_STR_BASICS 13 #define RID_TP_MOD 20 #define RID_TP_LIB 21 diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 92a20b15309c..abff0db7553d 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: tbe $ $Date: 2001-09-03 11:56:10 $ + * last change: $Author: tbe $ $Date: 2001-09-27 12:12:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -298,8 +298,9 @@ public: class LibPage: public TabPage { protected: - FixedText aLibText; + FixedText aBasicsText; ListBox aBasicsBox; + FixedText aLibText; BasicCheckBox aLibBox; PushButton aEditButton; CancelButton aCloseButton; diff --git a/basctl/source/basicide/moduldlg.src b/basctl/source/basicide/moduldlg.src index 9ef8ecceb317..9e9fc34ebb14 100644 --- a/basctl/source/basicide/moduldlg.src +++ b/basctl/source/basicide/moduldlg.src @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.src,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2001-09-26 20:59:44 $ + * last change: $Author: tbe $ $Date: 2001-09-27 12:12:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -390,10 +390,25 @@ TabPage RID_TP_LIBS Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 200 , 140 ) ; - FixedText RID_STR_LIB + FixedText RID_STR_BASICS { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 130 , 10 ) ; + Text = "Applikation/D~okument" ; + Text [ ENGLISH ] = "Application/D~ocument" ; + }; + ListBox RID_LB_BASICS + { + Border = TRUE ; + Pos = MAP_APPFONT ( 6 , 17 ) ; + Size = MAP_APPFONT ( 130 , 80 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + }; + FixedText RID_STR_LIB + { + Pos = MAP_APPFONT ( 6 , 36 ) ; + Size = MAP_APPFONT ( 130 , 10 ) ; Text = "Bibliothe~k" ; Text [ ENGLISH ] = "Libar~y" ; Text [ dutch ] = "Bibliothee~k" ; @@ -421,8 +436,8 @@ TabPage RID_TP_LIBS { HelpID = HID_BASICIDE_LIBS_TREE ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 35 ) ; - Size = MAP_APPFONT ( 130 , 99 ) ; + Pos = MAP_APPFONT ( 6 , 47 ) ; + Size = MAP_APPFONT ( 130 , 87 ) ; TabStop = TRUE ; }; PushButton RID_PB_EDIT @@ -621,14 +636,6 @@ TabPage RID_TP_LIBS Text[ turkish ] = "Sil..."; Text[ catalan ] = "Elim~inar..."; }; - ListBox RID_LB_BASICS - { - Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 17 ) ; - Size = MAP_APPFONT ( 130 , 80 ) ; - TabStop = TRUE ; - DropDown = TRUE ; - }; }; Resource RID_RES_CHECKBITMAPS { |