Skip to content
Snippets Groups Projects
Commit f2c5a9f1 authored by jvoigts's avatar jvoigts
Browse files

capitalize name

parent d7ac3d5e
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ extern "C" EXPORT int getPluginInfo(int index, Plugin::PluginInfo* info)
{
case 0:
info->type = Plugin::ProcessorPlugin;
info->processor.name = "LFP viewer";
info->processor.name = "LFP Viewer";
info->processor.type = Plugin::SinkProcessor;
info->processor.creator = &(Plugin::createProcessor<LfpDisplayNode>);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment