Skip to content

Commit 15f4b6b

Browse files
chore: add 3rd item
1 parent b497f5a commit 15f4b6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MainWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ void MainWindow::InitMenuHelp3rdParty(wxMenu* menuHelp)
417417
infos.push_back(ThirdPartyInfo{wxString("json"), "https://github.com/nlohmann/json"});
418418
infos.push_back(ThirdPartyInfo{wxString("libiconv"), "https://www.gnu.org/software/libiconv/"});
419419
infos.push_back(ThirdPartyInfo{wxString("mongoose"), "https://github.com/cesanta/mongoose"});
420+
infos.push_back(ThirdPartyInfo{wxString("googletest"), "https://github.com/google/googletest"});
420421
// clang-format on
421422
for (auto it = infos.begin(); it != infos.end(); ++it) {
422423
wxMenuItem* item = thirdPartyMenu->Append(wxID_ANY, it->name);

0 commit comments

Comments
 (0)