[cairo-commit] cairomm/examples/svg-surface main.cc,1.1,1.2

Murray Cumming commit at pdx.freedesktop.org
Fri Jan 27 11:01:15 PST 2006


Committed by: murrayc

Update of /cvs/cairo/cairomm/examples/svg-surface
In directory gabe:/tmp/cvs-serv2905/examples/svg-surface

Modified Files:
	main.cc 
Log Message:
Increase version.

Index: main.cc
===================================================================
RCS file: /cvs/cairo/cairomm/examples/svg-surface/main.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- main.cc	26 Jan 2006 15:59:15 -0000	1.1
+++ main.cc	27 Jan 2006 19:01:12 -0000	1.2
@@ -40,12 +40,12 @@
 
     cr->show_page();
 
-    std::cout << "Wrote PostScript file \"" << filename << "\"" << std::endl;
+    std::cout << "Wrote SVG file \"" << filename << "\"" << std::endl;
     return 0;
 
 #else
 
-    std::cout << "You must compile cairo with PDF support for this example to work."
+    std::cout << "You must compile cairo with SVG support for this example to work."
         << std::endl;
     return 1;
 



More information about the cairo-commit mailing list