From kde-commits Fri Apr 30 22:16:25 2004 From: Dominique Devriese Date: Fri, 30 Apr 2004 22:16:25 +0000 To: kde-commits Subject: kdeedu/kig/kig Message-Id: <20040430221625.7E6259A75 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108336339130920 CVS commit by domi: forgot an i18n, and remove an obsolete comment, patch from Pino M +1 -3 kig.cpp 1.41 --- kdeedu/kig/kig/kig.cpp #1.40:1.41 @@ -75,5 +75,5 @@ Kig::Kig() // if we couldn't find our Part, we exit since the Shell by // itself can't do anything useful - KMessageBox::error(this, "Could not find the necessary kig library, check your installation."); + KMessageBox::error(this, i18n( "Could not find the necessary kig library, check your installation." ) ); KApplication::exit(); return; @@ -242,6 +242,4 @@ void Kig::fileOpen() "*.kgeo|KGeo Documents (*.kgeo)\n" "*.seg|KSeg Documents (*.seg)\n" - - // domi: disabled for now, reenable when ready "*.fgeo|Dr. Geo Documents (*.fgeo)" ) );