|
|
|
@ -46,13 +46,13 @@
|
|
|
|
|
#define VERSION "unknown"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
KAboutData aboutData( "krename", I18N_NOOP("KRename"), VERSION, I18N_NOOP(
|
|
|
|
|
TDEAboutData aboutData( "krename", I18N_NOOP("KRename"), VERSION, I18N_NOOP(
|
|
|
|
|
"KRename is a batch file renamer which can rename a\n"
|
|
|
|
|
"list of files based on a set of expressions.\n\n"
|
|
|
|
|
"If you like KRename you may want to support it.\n"
|
|
|
|
|
"Testing, bug fixes and feature request are as welcome\n"
|
|
|
|
|
"as financial support (everybody needs money ;)\nSee help files for details.\n" ),
|
|
|
|
|
KAboutData::License_GPL, "KRename Build:" __DATE__ " " __TIME__
|
|
|
|
|
TDEAboutData::License_GPL, "KRename Build:" __DATE__ " " __TIME__
|
|
|
|
|
, "(c) 2001-2007, Dominik Seichter\n",
|
|
|
|
|
"http://www.krename.net", "domseichter@web.de" );
|
|
|
|
|
|
|
|
|
|