From: cajus Date: Mon, 14 Apr 2008 10:19:22 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7f38fc025bf0dc975c6262597948ab166a1b619c;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10406 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc index ff6687bc9..bfb18cf1c 100644 --- a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc +++ b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc @@ -60,7 +60,7 @@ class printerPPDDialog extends plugin if(($ppdfile!== NULL)&&(strlen($ppdfile)>0)){ $ppdfile = preg_replace("#".$this->pathToModified."#","",$ppdfile); if(!file_exists($this->pathToPPD.$this->pathToModified.$ppdfile)){ - msg_dialog(_("PPD error"), sprintf(_("Cannot open PPD '%s'!"), $ppdfile), ERROR_DIALOG); + msg_dialog::display(_("PPD error"), sprintf(_("Cannot open PPD '%s'!"), $ppdfile), ERROR_DIALOG); }else{ $res = $this->ppdManager->loadDescription($this->pathToPPD.$this->pathToModified.$ppdfile); if($res){