From kde-commits Fri Apr 11 10:05:34 2003 From: Lucijan Busch Date: Fri, 11 Apr 2003 10:05:34 +0000 To: kde-commits Subject: koffice/kexi/core X-MARC-Message: https://marc.info/?l=kde-commits&m=105005554815868 CVS commit by lucijan: don't point to things which doesn't exist M +1 -1 kexi_aboutdata.h 1.10 M +4 -1 kexiview.cpp 1.29 --- koffice/kexi/core/kexi_aboutdata.h #1.9:1.10 @@ -35,5 +35,5 @@ KAboutData *newKexiAboutData() KAboutData *aboutData=new KAboutData( "kexi", I18N_NOOP("Kexi"), version, description, KAboutData::License_LGPL, - I18N_NOOP("(c) 2002, Kexi Team"), 0, "http://luci.bux.at/projects/kexi"); + I18N_NOOP("(c) 2002, Kexi Team"), 0, "http://www.koffice.org/kexi"); aboutData->addAuthor("Lucijan Busch",I18N_NOOP("Developer & Maintainer"), "lucijan@gmx.at"); aboutData->addAuthor("Peter Simonsson",I18N_NOOP("Developer"),"psn@linux.se"); --- koffice/kexi/core/kexiview.cpp #1.28:1.29 @@ -140,5 +140,8 @@ void KexiView::initHelper(bool h) { m_help=new KexiContextHelp(this,m_actionHelper,m_workspace, "Context Help"); - m_help->setContextHelp(i18n("Welcome"), i18n("kexi is based on relational databases. Before you start creating tables you should think about the general database design.

Further readings:
")); +//add that as we have a help! +// m_help->setContextHelp(i18n("Welcome"), i18n("kexi is based on relational databases. Before you start creating tables you should think about the general database design.

Further readings:
")); + m_help->setContextHelp(i18n("Welcome"), i18n("kexi is in a early state of development, not all planed features are implemented
you can help with kexi development by filing feature-requests and bug reports

the kexi team wishes you fun and productive work")); + } else