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

Function FormatMenuItemStringAll

Src/DirActions.cpp:1451–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451String FormatMenuItemStringAll(int nDirs, int count, int total)
1452{
1453 if (nDirs < 3)
1454 return FormatMenuItemString(_("Both (%1)"), _("Both (%1 of %2)"), count, total);
1455 else
1456 return FormatMenuItemString(_("All (%1)"), _("All (%1 of %2)"), count, total);
1457}
1458
1459String FormatMenuItemStringTo(SIDE_TYPE src, int count, int total)
1460{

Callers 2

Calls 1

FormatMenuItemStringFunction · 0.85

Tested by

no test coverage detected