|
|
|
@ -72,9 +72,9 @@ void setupDirs()
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
|
{
|
|
|
|
|
KAboutData aboutData( "kbarcode", I18N_NOOP("KBarcode"), VERSION, I18N_NOOP(
|
|
|
|
|
TDEAboutData aboutData( "kbarcode", I18N_NOOP("KBarcode"), VERSION, I18N_NOOP(
|
|
|
|
|
"KBarcode is a barcode and label printing application for KDE 3."
|
|
|
|
|
), KAboutData::License_GPL, "KBarcode Build:\n" __DATE__ " " __TIME__
|
|
|
|
|
), TDEAboutData::License_GPL, "KBarcode Build:\n" __DATE__ " " __TIME__
|
|
|
|
|
, "(c) 2001-2006, Dominik Seichter\n\n",
|
|
|
|
|
"http://www.kbarcode.net", "kbarcode-users@lists.sourceforge.net" );
|
|
|
|
|
|
|
|
|
|