lot of changes in artwork-/theming-handling
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@103 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -78,7 +78,7 @@ plugin::descriptor audiofileprocessor_plugin_descriptor =
|
||||
"Tobias Doerffel <tobydox/at/users.sf.net>",
|
||||
0x0100,
|
||||
plugin::INSTRUMENT,
|
||||
PLUGIN_NAME::findEmbeddedData( "logo.png" )
|
||||
new QPixmap( PLUGIN_NAME::getIconPixmap( "logo" ) )
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ plugin::descriptor bitinvader_plugin_descriptor =
|
||||
"Andreas Brandmaier <andreas/at/brandmaier/dot/de>",
|
||||
0x0100,
|
||||
plugin::INSTRUMENT,
|
||||
PLUGIN_NAME::findEmbeddedData( "logo.png" )
|
||||
new QPixmap( PLUGIN_NAME::getIconPixmap( "logo" ) )
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ plugin::descriptor organic_plugin_descriptor =
|
||||
"Andreas Brandmaier <andreas/at/brandmaier.de>",
|
||||
0x0100,
|
||||
plugin::INSTRUMENT,
|
||||
PLUGIN_NAME::findEmbeddedData( "logo.png" )
|
||||
new QPixmap( PLUGIN_NAME::getIconPixmap( "logo" ) )
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ plugin::descriptor pluckedstringsynth_plugin_descriptor =
|
||||
"Tobias Doerffel <tobydox/at/users.sf.net>",
|
||||
0x0100,
|
||||
plugin::INSTRUMENT,
|
||||
PLUGIN_NAME::findEmbeddedData( "logo.png" )
|
||||
new QPixmap( PLUGIN_NAME::getIconPixmap( "logo" ) )
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ plugin::descriptor tripleoscillator_plugin_descriptor =
|
||||
"Tobias Doerffel <tobydox/at/users.sf.net>",
|
||||
0x0100,
|
||||
plugin::INSTRUMENT,
|
||||
PLUGIN_NAME::findEmbeddedData( "logo.png" )
|
||||
new QPixmap( PLUGIN_NAME::getIconPixmap( "logo" ) )
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ plugin::descriptor vestige_plugin_descriptor =
|
||||
"Tobias Doerffel <tobydox/at/users.sf.net>",
|
||||
0x0100,
|
||||
plugin::INSTRUMENT,
|
||||
PLUGIN_NAME::findEmbeddedData( "logo.png" )
|
||||
new QPixmap( PLUGIN_NAME::getIconPixmap( "logo" ) )
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user