MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / M_NewVersionClick

Method M_NewVersionClick

Source/GUI/VCL/GUI_Main.cpp:1805–1808  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1803
1804//---------------------------------------------------------------------------
1805void __fastcall TMainF::M_NewVersionClick(TObject *Sender)
1806{
1807 ShellExecute(NULL, NULL, (Ztring(__T("https://mediaarea.net/"))+Prefs->Translate(__T(" Language_ISO639"))+__T("/MediaInfo/?NewVersionRequested=true")).c_str(), NULL, NULL, SW_SHOWNORMAL);
1808}
1809
1810//---------------------------------------------------------------------------
1811void __fastcall TMainF::M_SponsorClick(TObject *Sender)

Callers

nothing calls this directly

Calls 1

TranslateMethod · 0.45

Tested by

no test coverage detected