summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-01 16:01:31 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-01 16:15:59 -0500
commitec14a6a5e1d4bd219419e62325585cd7a8cbcafd (patch)
treee8b8f8874c0c8aaf99006941f90deb93bcac5ff2 /sc/source/ui/dbgui
parent52a6ffdbd8d966a376b0214e2f7f0762e8cea3af (diff)
Re-arranged widgets definitions a bit.
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r--sc/source/ui/dbgui/dapitype.src15
1 files changed, 8 insertions, 7 deletions
diff --git a/sc/source/ui/dbgui/dapitype.src b/sc/source/ui/dbgui/dapitype.src
index 1aef003fd..a38760ea3 100644
--- a/sc/source/ui/dbgui/dapitype.src
+++ b/sc/source/ui/dbgui/dapitype.src
@@ -31,12 +31,20 @@
ModalDialog RID_SCDLG_DAPITYPE
{
+ Text [ en-US ] = "Select Source";
OutputSize = TRUE ;
HelpId = HID_DATAPILOT_TYPE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 241 , 83 ) ;
Moveable = TRUE ;
Closeable = FALSE ;
+
+ FixedLine FL_FRAME
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 173 , 8 ) ;
+ Text [ en-US ] = "Selection";
+ };
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 185 , 6 ) ;
@@ -91,13 +99,6 @@ ModalDialog RID_SCDLG_DAPITYPE
TabStop = TRUE ;
Text [ en-US ] = "~External source/interface";
};
- FixedLine FL_FRAME
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 173 , 8 ) ;
- Text [ en-US ] = "Selection";
- };
- Text [ en-US ] = "Select Source";
};