diff --git a/ExampleView/PluginInfo.json b/ExampleView/PluginInfo.json index 063bb77..f7d401c 100644 --- a/ExampleView/PluginInfo.json +++ b/ExampleView/PluginInfo.json @@ -4,6 +4,6 @@ "plugin" : "1.4", "core" : ["1.3"] }, - "type" : "Viewer", + "type" : "View", "dependencies" : ["Points"] } diff --git a/ExampleViewJS/PluginInfo.json b/ExampleViewJS/PluginInfo.json index 399577c..69fa540 100644 --- a/ExampleViewJS/PluginInfo.json +++ b/ExampleViewJS/PluginInfo.json @@ -4,6 +4,6 @@ "plugin" : "1.4", "core" : ["1.3"] }, - "type" : "Viewer", + "type" : "View", "dependencies" : ["Points"] } diff --git a/ExampleViewOpenGL/PluginInfo.json b/ExampleViewOpenGL/PluginInfo.json index 0d243e7..ce8fe93 100644 --- a/ExampleViewOpenGL/PluginInfo.json +++ b/ExampleViewOpenGL/PluginInfo.json @@ -4,6 +4,6 @@ "plugin" : "1.4", "core" : ["1.3"] }, - "type" : "Viewer", + "type" : "View", "dependencies" : ["Points"] }