Fix incorrect plugin class (spotted by Luis Garrido).

It's SimulatorPlugin, not SimulationPlugin.
(cherry picked from commit d971297ebebd9faf6c2640fdbecdfc553cd8407e)
This commit is contained in:
Krzysztof Foltman
2010-07-11 09:31:22 +01:00
committed by Tobias Doerffel
parent e551929196
commit 2eba055de0

View File

@@ -185,7 +185,7 @@ CALF_PORT_PROPS(rotary_speaker) = {
{ 0, 0, 1, 0, PF_FLOAT | PF_CTL_LED | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "meter_h", "High rotor" },
};
CALF_PLUGIN_INFO(rotary_speaker) = { 0x8483, "RotarySpeaker", "Calf Rotary Speaker", "Krzysztof Foltman", calf_plugins::calf_copyright_info, "SimulationPlugin" };
CALF_PLUGIN_INFO(rotary_speaker) = { 0x8483, "RotarySpeaker", "Calf Rotary Speaker", "Krzysztof Foltman", calf_plugins::calf_copyright_info, "SimulatorPlugin" };
////////////////////////////////////////////////////////////////////////////