mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Use default directory when choosing destination
--HG-- branch : develop
This commit is contained in:
parent
a9891214bd
commit
13aac03c04
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ void CInstallDialog::onDestinationDefaultButtonClicked()
|
|||
|
||||
void CInstallDialog::onDestinationBrowseButtonClicked()
|
||||
{
|
||||
QString directory = QFileDialog::getExistingDirectory(this, tr("Please choose directory to install Ryzom in"));
|
||||
QString directory = QFileDialog::getExistingDirectory(this, tr("Please choose directory to install Ryzom in"), m_dstDirectory);
|
||||
|
||||
if (directory.isEmpty()) return;
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ void CMigrateDialog::onDestinationDefaultButtonClicked()
|
|||
|
||||
void CMigrateDialog::onDestinationBrowseButtonClicked()
|
||||
{
|
||||
QString directory = QFileDialog::getExistingDirectory(this, tr("Please choose directory to install Ryzom in"));
|
||||
QString directory = QFileDialog::getExistingDirectory(this, tr("Please choose directory to install Ryzom in"), m_dstDirectory);
|
||||
|
||||
if (directory.isEmpty()) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue