|
|
@ -95,8 +95,8 @@ int main(int argc, char *argv[])
|
|
|
|
if(!feature.isEmpty())
|
|
|
|
if(!feature.isEmpty())
|
|
|
|
feature = I18N_NOOP("Compiled with the following settings:\n") + feature;
|
|
|
|
feature = I18N_NOOP("Compiled with the following settings:\n") + feature;
|
|
|
|
|
|
|
|
|
|
|
|
KAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"),
|
|
|
|
TDEAboutData aboutData( "kmymoney2", I18N_NOOP("KMyMoney"),
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
VERSION, description, TDEAboutData::License_GPL,
|
|
|
|
"(c) 2000-2009 The KMyMoney development team", feature,
|
|
|
|
"(c) 2000-2009 The KMyMoney development team", feature,
|
|
|
|
"http://kmymoney2.sourceforge.net/",
|
|
|
|
"http://kmymoney2.sourceforge.net/",
|
|
|
|
"kmymoney2-developer@lists.sourceforge.net");
|
|
|
|
"kmymoney2-developer@lists.sourceforge.net");
|
|
|
|