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:
Tobias Doerffel
2006-03-09 13:35:05 +00:00
parent 6fedb4b461
commit a6d0f95bb4
54 changed files with 148 additions and 125 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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