1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +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);