Skip to content

Commit

Permalink
Merge 30d0e17 into 7f3aa82
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jan 15, 2019
2 parents 7f3aa82 + 30d0e17 commit 4d61263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/plugins/support/PMRSupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ add_plugin(PMRSupport
libgit2
OAuth
WebViewerWidget
zlib
)
2 changes: 1 addition & 1 deletion src/plugins/support/PMRSupport/src/pmrsupportplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PLUGININFO_FUNC PMRSupportPluginInfo()
descriptions.insert("fr", QString::fromUtf8("une extension pour supporter <a href=\"https://models.physiomeproject.org/\">PMR</a>."));

return new PluginInfo(PluginInfo::Support, false, false,
QStringList() << "Core" << "libgit2" << "OAuth" << "WebViewerWidget" << "zlib",
QStringList() << "Core" << "libgit2" << "OAuth" << "WebViewerWidget",
descriptions);
}

Expand Down

0 comments on commit 4d61263

Please sign in to comment.