Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 31, 2024
1 parent 3880363 commit a7f07c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs
2 changes: 1 addition & 1 deletion src/ui/widgets/aboutwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ AboutWidget::AboutWidget(QWidget *parent)
parties << "gperftools";
#endif
#endif
parties << "blender";
parties << "icons";

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 a7f07c3

Please sign in to comment.