From 589d7bc177984cb163161388755a7f29d3e37b12 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 21 Oct 2009 13:44:37 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : ve1 Ricompilazione Demo : [ ] Commento : Corretto messaggio d'errore di report insesitente git-svn-id: svn://10.65.10.50/trunk@19487 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve1300.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }