(#522) Changed the Import Well Log Curve icon

This commit is contained in:
Jacob Støren 2015-10-15 11:51:41 +02:00
parent fa375381d1
commit 36339f1001

View File

@ -63,7 +63,7 @@ void RicWellLogsImportFileFeature::onActionTriggered(bool isChecked)
void RicWellLogsImportFileFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Import Well &Logs from File");
actionToSetup->setIcon(QIcon(":/Well.png"));
actionToSetup->setIcon(QIcon(":/LasFile16x16.png"));
}
} // end namespace caf