| 269 | } |
| 270 | |
| 271 | void 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected