1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-02 19:06:39 +00:00

fixed a mistake

This commit is contained in:
smilczek 2023-05-15 21:06:05 +02:00
parent 05a2dc985b
commit 027d51bfc0

View file

@ -136,7 +136,7 @@ namespace
{
MWGui::BookPage::ClickCallback callback
= [this](MWGui::TypesetBook::InteractiveId index) { notifyTopicClicked(index); };
= [this](MWGui::TypesetBook::InteractiveId index) { notifyIndexLinkClicked(index); };
getPage(LeftTopicIndex)->adviseLinkClicked(callback);
getPage(CenterTopicIndex)->adviseLinkClicked(callback);