From 4348cccf7c8b95ec3d259888fa99d85b10692fd9 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sat, 8 Feb 2003 21:12:32 +0000 Subject: [PATCH] Updated contents of the About box, thereby fixing a long-standing potential crash due to a wrong use of i18n(). --- kdbg/main.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/kdbg/main.cpp b/kdbg/main.cpp index 88d6649..d2d5d06 100644 --- a/kdbg/main.cpp +++ b/kdbg/main.cpp @@ -33,21 +33,15 @@ int main(int argc, char** argv) { - static const char* description = - i18n("A Debugger"); - KAboutData aboutData("kdbg", "KDbg", VERSION, - description, + I18N_NOOP("A Debugger"), KAboutData::License_GPL, - "(c) 1998-2001 Johannes Sixt", + "(c) 1998-2003 Johannes Sixt", 0, /* any text */ "http://members.nextra.at/johsixt/kdbg.html", "Johannes.Sixt@telecom.at"); aboutData.addAuthor("Johannes Sixt", 0, "Johannes.Sixt@telecom.at"); - aboutData.addCredit("Max Judin", - I18N_NOOP("Docking windows"), - "novaprint@mtu-net.ru"); aboutData.addCredit("Keith Isdale", I18N_NOOP("XSLT debugging"), "k_isdale@tpg.com.au"); -- 2.11.4.GIT