We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b497f5a commit 15f4b6bCopy full SHA for 15f4b6b
src/MainWindow.cpp
@@ -417,6 +417,7 @@ void MainWindow::InitMenuHelp3rdParty(wxMenu* menuHelp)
417
infos.push_back(ThirdPartyInfo{wxString("json"), "https://github.com/nlohmann/json"});
418
infos.push_back(ThirdPartyInfo{wxString("libiconv"), "https://www.gnu.org/software/libiconv/"});
419
infos.push_back(ThirdPartyInfo{wxString("mongoose"), "https://github.com/cesanta/mongoose"});
420
+ infos.push_back(ThirdPartyInfo{wxString("googletest"), "https://github.com/google/googletest"});
421
// clang-format on
422
for (auto it = infos.begin(); it != infos.end(); ++it) {
423
wxMenuItem* item = thirdPartyMenu->Append(wxID_ANY, it->name);
0 commit comments