From 5b882816b2293743233b56aff5883a733d0cab52 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 9 Sep 2002 18:30:27 +0000 Subject: [PATCH] better msg --- Graphics/CreateFile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics/CreateFile.cpp b/Graphics/CreateFile.cpp index 212d3b5f8a..c242d15605 100644 --- a/Graphics/CreateFile.cpp +++ b/Graphics/CreateFile.cpp @@ -1,4 +1,4 @@ -// $Id: CreateFile.cpp,v 1.33 2002-09-06 19:19:49 geuzaine Exp $ +// $Id: CreateFile.cpp,v 1.34 2002-09-09 18:30:27 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -199,7 +199,7 @@ void CreateOutputFile (char *name, int format) { CTX.print.gl_fonts = 1; res = gl2psEndPage(); } - Msg(INFO, "EPS creation complete '%s'", name); + Msg(INFO, "PS/EPS creation complete '%s'", name); Msg(STATUS2, "Wrote '%s'", name); fclose(fp); break ; -- GitLab