Skip to content

Commit

Permalink
Properly load the icon
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 10, 2023
1 parent 42a524d commit 2e51aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtplugins/playertool/playertool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PlayerTool::PlayerTool(QObject* parent_)
, m_slider(nullptr)
{
m_activateAction->setText(tr("Player"));
m_activateAction->setIcon(QIcon(":/icons/player.png"));
m_activateAction->setIcon(QIcon(":/icons/animate.png"));
m_activateAction->setToolTip(tr("Animation Tool"));
}

Expand Down

1 comment on commit 2e51aa0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.