diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-12-28 18:53:30 +0100 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-29 23:28:01 +0000 |
commit | 87e0ae677a7d39e4890d470a3537113c9ab2fa95 (patch) | |
tree | 81b93649deb453b06f61c6a1c13b1461c7141486 | |
parent | 12496548474d5361c034eba0ecb382a375b02769 (diff) |
fdo#85182 : default focus on folder rather than filename
Change-Id: I84a2b6dd3f7045f1e95e6d45226797c33231552b
Reviewed-on: https://gerrit.libreoffice.org/13685
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 5b9ff2b3feb2..06ede44025f1 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -452,6 +452,7 @@ void SvtFileDialog::Init_Impl get(_pImp->_pCbOptions, "options"); get(_pImp->_pFtFileName, "file_name_label"); get(_pImp->_pEdFileName, "file_name"); + _pImp->_pEdFileName->GetFocus(); get(_pImp->_pFtFileType, "file_type_label"); get(_pImp->_pLbFilter, "file_type"); get(_pImp->_pEdCurrentPath, "current_path"); |