summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-09 15:21:36 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:28 -0500
commit2ffceb198ef26579e2d3d6659384f76184ccc3e2 (patch)
treec78b290f21b36b22016f6101a72ca73d821be167 /sc/source/ui/src
parent450bca12a14b090feb8e288da0ea2c5e2555b9ce (diff)
Press 'Import' in the dialog to start importing XML.
For now, the dialog only calls importXML() when the Import button is pressed, and the importXML() function still does nothing. Change-Id: I3427d343f88ba2a9b076ffc0ee4bcc44055d7717
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/xmlsourcedlg.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/src/xmlsourcedlg.src b/sc/source/ui/src/xmlsourcedlg.src
index 99d6f5655c40..d90b4981eed5 100644
--- a/sc/source/ui/src/xmlsourcedlg.src
+++ b/sc/source/ui/src/xmlsourcedlg.src
@@ -76,7 +76,7 @@ ModelessDialog RID_SCDLG_XML_SOURCE
{
Pos = MAP_APPFONT ( 216 , 66 ) ;
Size = MAP_APPFONT ( 13 , 15 ) ;
- TabStop = FALSE ;
+ TabStop = TRUE ;
QuickHelpText [ en-US ] = "Shrink" ;
};
@@ -106,6 +106,7 @@ ModelessDialog RID_SCDLG_XML_SOURCE
OKButton BTN_OK
{
+ Text [ en-US ] = "~Import" ;
Pos = MAP_APPFONT ( 139 , 181 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};