Skip to content

Commit dda30b6

Browse files
committed
Change plugin name for EvntTrigAvg
1 parent 555e631 commit dda30b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Plugins/EvntTrigAvg/OpenEphysLib.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using namespace Plugin;
3737
extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838
{
3939
info->apiVersion = PLUGIN_API_VER;
40-
info->name = "EvntTrigAvg";
40+
info->name = "Event Trig Avg";
4141
info->libVersion = 1;
4242
info->numPlugins = NUM_PLUGINS;
4343
}
@@ -48,7 +48,7 @@ extern "C" EXPORT int getPluginInfo(int index, Plugin::PluginInfo* info)
4848
{
4949
case 0:
5050
info->type = Plugin::PLUGIN_TYPE_PROCESSOR;
51-
info->processor.name = "EvntTrigAvg";
51+
info->processor.name = "Event Trig Avg";
5252
info->processor.type = Plugin::FilterProcessor;
5353
info->processor.creator = &(Plugin::createProcessor<EvntTrigAvg>);
5454
break;

0 commit comments

Comments
 (0)