~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to okteta/parts/kpart/partfactory.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-05 02:09:03 UTC
  • mfrom: (1.2.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100205020903-8cj7w32i7mcmqem8
Tags: 4:4.4.0-0ubuntu1
* New upstream release
  - Bump build-deps 

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
static const char PartName[] =        I18N_NOOP("OktetaPart");
41
41
static const char PartDescription[] = I18N_NOOP("Embedded hex editor");
42
42
static const char PartVersion[] =     "0.5.0";
43
 
static const char PartCopyright[] =   "2003-2009 Friedrich W. H. Kossebau";
 
43
static const char PartCopyright[] =   "2003-2010 Friedrich W. H. Kossebau";
44
44
// Author
45
45
static const char FWHKName[] =         "Friedrich W. H. Kossebau";
46
46
static const char FWHKTask[] =         I18N_NOOP("Author");