[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri May 20 13:35:12 PDT 2011
sc/source/ui/dbgui/imoptdlg.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0934b98ccbd075f22a0cb6d2e85d475ff110aa14
Author: Andras Timar <atimar at suse.com>
Date: Fri May 20 22:21:40 2011 +0200
fdo#37418, fix a layout problem in Export text (CSV) dialog
Signed-off-by: Kohei Yoshida <kyoshida at novell.com>
diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src
index 8f68395..f095705 100644
--- a/sc/source/ui/dbgui/imoptdlg.src
+++ b/sc/source/ui/dbgui/imoptdlg.src
@@ -111,7 +111,7 @@ ModalDialog RID_SCDLG_IMPORTOPT
CheckBox CB_QUOTEALL
{
HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_QUOTEALL";
- Pos = MAP_APPFONT( 20, 64 );
+ Pos = MAP_APPFONT( 12, 79 );
Size = MAP_APPFONT( 164, 10 );
Hide = TRUE;
Text [ en-US ] = "~Quote all text cells";
More information about the Libreoffice-commits
mailing list