if(KMessageBox::questionYesNo(0,i18n("Do you wish to allow BibleTime to access the Internet?\nWARNING: Click DENY if you live in a persecuted country!"),i18n("Confirm Internet Access"),i18n("DENY"),i18n("Allow"))==KMessageBox::No){
fprintf(stderr,"(BibleTime %s) _FATAL_: %s\nPlease contact info@bibletime.de and report this bug!",VERSION,msg);
fprintf(stderr,"(BibleTime %s) _FATAL_: %s\nPlease visit http://bugs.pearsoncomputing.net and report this bug!",VERSION,msg);
abort();// dump core on purpose
}
}
@ -132,12 +132,12 @@ int main(int argc, char* argv[]) {
PACKAGE,
"BibleTime",
VERSION,
I18N_NOOP("Bible study tool for KDE"),
I18N_NOOP("Bible study tool for Trinity"),
KAboutData::License_GPL_V2,
I18N_NOOP("(c)1999-2007, The BibleTime Team"),
I18N_NOOP("BibleTime is an easy to use but powerful Bible study tool for KDE.\n\nWe are looking for developers and translators.\nIf you'd like to join our team, please send an email to info@bibletime.info."),
I18N_NOOP("(c)1999-2010, The BibleTime Team and The Trinity Project"),
I18N_NOOP("BibleTime is an easy to use but powerful Bible study tool for Trinity.\nIt is a fork of the main BibleTime project in order to provide a native Trinity application.\n\nThe BibleTime project is looking for developers and translators.\nIf you'd like to join their team, please send an email to info@bibletime.info."),