diff --git a/src/gui/query/get_game_data_query.h b/src/gui/query/get_game_data_query.h index 3ece0957..52e2405a 100644 --- a/src/gui/query/get_game_data_query.h +++ b/src/gui/query/get_game_data_query.h @@ -101,7 +101,7 @@ private: "documentation, which is accessible through LOOT's main menu.\n\n" "You can also seek support on LOOT's forum thread, which is " "linked to on [LOOT's website](https://loot.github.io/)." - )) % e.what() % LootVersion::major % LootVersion::minor % LootVersion::patch).str())); + )) % e.what()).str())); } } }