Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Added missing license for icons.
  • Loading branch information
rodlie committed Dec 16, 2023
1 parent 0cf7698 commit 6733d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs
1 change: 1 addition & 0 deletions src/app/GUI/aboutwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ AboutWidget::AboutWidget(QWidget *parent)
parties << "gperftools";
#endif
#endif
parties << "blender";

for (const auto &doc: parties) {
QFile file(doc == "friction" ? QString(":/docs/LICENSE") : QString(":/docs/3rdparty/%1.html").arg(doc));
Expand Down

0 comments on commit 6733d91

Please sign in to comment.