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

This commit is contained in:
dfighter1985 2015-02-05 23:50:38 +01:00
parent b5e9dfbc9e
commit 689a9e0883

View file

@ -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 );
}