MCPcopy Create free account
hub / github.com/KDE/kdiff3 / slotAbout

Method slotAbout

kdiff3fileitemactionplugin/kdiff3fileitemaction.cpp:271–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void KDiff3FileItemAction::slotAbout()
272{
273 QString s = i18n(u8"KDiff3 File Item Action Plugin: Copyright ©2011 Joachim Eibl\n");
274 s += i18n("Using the context menu extension:\n"
275 "For simple comparison of two selected files choose \"Compare\".\n"
276 "If the other file is somewhere else \"Save\" the first file for later. "
277 "It will appear in the \"Compare with...\" submenu. "
278 "Then use \"Compare With\" on the second file.\n"
279 "For a 3-way merge first \"Save\" the base file, then the branch to merge and "
280 "choose \"3-way merge with base\" on the other branch which will be used as destination.\n"
281 "Same also applies to folder comparison and merge.");
282 KMessageBox::information(m_pParentWidget, s, i18n("About KDiff3 File Item Action Plugin"));
283}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected