summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-17 12:45:24 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-17 12:45:24 +0100
commit6d85a9fc4837eee7f451800d5955d18387cb4bf7 (patch)
tree699dbea39f1d4f0d1c4607e3d35ab91102817c54 /dbaccess
parent9133a91f5e13f4ee1cc0cdecb287dc28bc055b18 (diff)
dba33f: initially select complete text
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/dlgsave.cxx1
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()));