--- klogic-1.63.orig/klogic/klogic.cpp
+++ klogic-1.63/klogic/klogic.cpp
@@ -18,6 +18,7 @@
// global constants
//const QString Global::EMPTYSTRING;
const QString Global::Klogic::Name = "klogic";
+const QString Global::Klogic::Description = i18n("digital circuit simulator");
const QString Global::Klogic::emptyFileName = i18n("new.circuit");
int Global::Screen::VIRT_SCREEN_SIZE_X = 2600;
@@ -209,7 +210,7 @@
uniqueID::reset();
KAboutData aboutData(Global::Klogic::Name, Global::Klogic::Name,
- VERSION, i18n("digital circuit simulator"), KAboutData::License_GPL,
+ VERSION, Global::Klogic::Description, KAboutData::License_GPL,
"(c) 2003 Andreas Rostin", 0, 0, "andreas@a-rostin.de");
aboutData.addAuthor("Andreas Rostin",0, "andreas@a-rostin.de");