We need the LIGO config file, not directory in the first start settings dialog.

--HG--
branch : hotfix
hg/compatibility
dfighter1985 10 years ago
parent bdb633cf83
commit ea3b16069b

@ -170,7 +170,8 @@ void SettingsDialog::onPrimitivesBClicked()
void SettingsDialog::onLigoBClicked()
{
QString p = QFileDialog::getExistingDirectory( this, tr( "LIGO directory" ), "" );
QString p;
p = QFileDialog::getOpenFileName( this, tr( "LIGO config file" ), "" );
ligoLE->setText( p );
}

Loading…
Cancel
Save