diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-17 12:45:24 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-17 12:45:24 +0100 |
commit | 6d85a9fc4837eee7f451800d5955d18387cb4bf7 (patch) | |
tree | 699dbea39f1d4f0d1c4607e3d35ab91102817c54 /dbaccess/source/ui | |
parent | 9133a91f5e13f4ee1cc0cdecb287dc28bc055b18 (diff) |
dba33f: initially select complete text
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/dlg/dlgsave.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/dlgsave.cxx b/dbaccess/source/ui/dlg/dlgsave.cxx index 712dca576efa..24c8d9d3545d 100644 --- a/dbaccess/source/ui/dlg/dlgsave.cxx +++ b/dbaccess/source/ui/dlg/dlgsave.cxx @@ -325,6 +325,7 @@ OSaveAsDlg::OSaveAsDlg( Window * pParent, } else m_pImpl->m_aTitle.SetText(m_pImpl->m_aName); + m_pImpl->m_aTitle.SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) ); m_pImpl->m_aPB_OK.SetPosPixel(Point(m_pImpl->m_aPB_OK.GetPosPixel().X(),aPos.Y())); m_pImpl->m_aPB_CANCEL.SetPosPixel(Point(m_pImpl->m_aPB_CANCEL.GetPosPixel().X(),aPos.Y())); |