MCPcopy Create free account
hub / github.com/WinMerge/winmerge / AppErrorMessageBox

Function AppErrorMessageBox

Src/MergeApp.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void AppErrorMessageBox(const String& msg)
57{
58 AppMsgBox::error(msg);
59 RootLogger::Error(msg);
60}
61
62void* AppGetMainHWND()
63{

Callers 8

packMethod · 0.70
UnpackingMethod · 0.70
PrediffingMethod · 0.70
TransformTextMethod · 0.70
RunFileDiffMethod · 0.70
ReportPluginLoadFailureFunction · 0.70
GetAvailableScriptsFunction · 0.70
ShowPluginErrorMessageFunction · 0.70

Calls 2

ErrorFunction · 0.85
errorFunction · 0.70

Tested by

no test coverage detected