diff --git a/ve/ve1300.cpp b/ve/ve1300.cpp index e33d502b1..15d084c81 100755 --- a/ve/ve1300.cpp +++ b/ve/ve1300.cpp @@ -1103,7 +1103,7 @@ bool TReport_doc_app::print_loop(const TString& query, TOutput_mode mode) else { TString msg; msg << TR("Report inesistente: ") << profilo; - xvt_dm_post_error(msg); + xvtil_popup_error(msg); continue; }