1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 12:01:51 +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 MWGui::BookPage::ClickCallback callback
= [this](MWGui::TypesetBook::InteractiveId index) { notifyTopicClicked(index); }; = [this](MWGui::TypesetBook::InteractiveId index) { notifyIndexLinkClicked(index); };
getPage(LeftTopicIndex)->adviseLinkClicked(callback); getPage(LeftTopicIndex)->adviseLinkClicked(callback);
getPage(CenterTopicIndex)->adviseLinkClicked(callback); getPage(CenterTopicIndex)->adviseLinkClicked(callback);