mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-20 15:03:05 -04:00
removed publicName-properties in various classes and plugin-descriptor and use model::displayName instead
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1337 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -141,7 +141,8 @@ void pluginDescWidget::paintEvent( QPaintEvent * )
|
||||
QFont f = pointSize<8>( p.font() );
|
||||
f.setBold( TRUE );
|
||||
p.setFont( f );
|
||||
p.drawText( 10 + logo_size.width(), 15, m_pluginDescriptor.publicName );
|
||||
p.drawText( 10 + logo_size.width(), 15,
|
||||
m_pluginDescriptor.displayName );
|
||||
|
||||
if( height() > 24 || m_mouseOver )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user