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)" ) );