Kaydet (Commit) 436f474f authored tarafından Szymon Kłos's avatar Szymon Kłos

automatically select last used service

Change-Id: Ic66517cd65c28bd7e62e38796cf8580ed31305f7
üst f4c88188
......@@ -325,6 +325,11 @@ short RemoteFilesDialog::Execute()
Show();
AddServiceHdl( NULL );
}
if( m_pServices_lb->GetEntryCount() > 0 )
{
Show();
SelectServiceHdl( NULL );
}
short nRet = SvtFileDialog_Base::Execute();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment