diff --git a/plugins/ladspa_effect/LadspaSubPluginFeatures.cpp b/plugins/ladspa_effect/LadspaSubPluginFeatures.cpp index 23f191d31..a51a21322 100644 --- a/plugins/ladspa_effect/LadspaSubPluginFeatures.cpp +++ b/plugins/ladspa_effect/LadspaSubPluginFeatures.cpp @@ -4,7 +4,7 @@ * hosting LADSPA-plugins * * Copyright (c) 2006-2007 Danny McRae - * Copyright (c) 2006-2009 Tobias Doerffel + * Copyright (c) 2006-2014 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * @@ -53,6 +53,9 @@ void LadspaSubPluginFeatures::fillDescriptionWidget( QWidget * _parent, QLabel * label = new QLabel( _parent ); label->setText( QWidget::tr( "Name: " ) + lm->getName( lkey ) ); + QLabel* fileInfo = new QLabel( _parent ); + fileInfo->setText( QWidget::tr( "File: %1" ).arg( lkey.first ) ); + QWidget * maker = new QWidget( _parent ); QHBoxLayout * l = new QHBoxLayout( maker ); l->setMargin( 0 );