Skip to content

Commit

Permalink
fix getModuleName
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Jan 15, 2024
1 parent cc8e302 commit 55f78fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/plugins/SofaAssimp/initAssimpPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void initExternalModule()

const char* getModuleName()
{
return "Assimp Plugin";
return "SofaAssimp";
}

const char* getModuleVersion()
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/image/initImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void initExternalModule()

const char* getModuleName()
{
return "Image Plugin";
return "image";
}

const char* getModuleVersion()
Expand Down

0 comments on commit 55f78fe

Please sign in to comment.