By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1819
Collapse All | Expand All

(-)tdeutils/khexedit/main.cc (-2 / +2 lines)
Lines 52-59 Link Here
52
  aboutData.addAuthor("Espen Sand",0, "espensa@online.no",
52
  aboutData.addAuthor("Espen Sand",0, "espensa@online.no",
53
		      "http://home.online.no/~espensa/khexedit/" );
53
		      "http://home.online.no/~espensa/khexedit/" );
54
  aboutData.addCredit("",I18N_NOOP("\n"
54
  aboutData.addCredit("",I18N_NOOP("\n"
55
    "This program uses modified code and techniques from other KDE programs,\n"
55
    "This program uses modified code and techniques from other TDE programs,\n"
56
    "specifically kwrite, kiconedit and ksysv. Credit goes to authors\n"
56
    "specifically kwrite, tdeiconedit and ksysv. Credit goes to authors\n"
57
    "and maintainers.\n"
57
    "and maintainers.\n"
58
    "\n"
58
    "\n"
59
    "Leon Lessing, leon@lrlabs.com, has made parts of the bit swapping\n"
59
    "Leon Lessing, leon@lrlabs.com, has made parts of the bit swapping\n"

Return to bug 1819