Skip to content

Commit 29744f9

Browse files
committed
Update plugin name
1 parent 6da60b5 commit 29744f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PluginInfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "Image Viewer",
2+
"name" : "Interactive HSNE Image Viewer",
33
"version" : {
44
"plugin" : "0.1.0",
55
"core" : ["1.3"]

src/ImageViewerPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ ImageViewerPluginFactory::ImageViewerPluginFactory()
421421
{
422422
setIconByName("images");
423423

424-
getPluginMetadata().setDescription("Image viewer plugin");
424+
getPluginMetadata().setDescription("Interactive HSNE Image Viewer plugin");
425425
getPluginMetadata().setSummary("High-performance image viewer for layered analysis of image data in ManiVault Studio.");
426426
getPluginMetadata().setCopyrightHolder({ "BioVault (Biomedical Visual Analytics Unit LUMC - TU Delft)" });
427427
getPluginMetadata().setAuthors({

0 commit comments

Comments
 (0)