@@ -27,6 +27,7 @@ const struct driver *Cairo_Driver(void)
if (initialized)
return &drv;
+ drv.name = "cairo";
drv.Box = Cairo_Box;
drv.Erase = Cairo_Erase;
drv.Graph_set = Cairo_Graph_set;
@@ -176,7 +176,7 @@ static void init_file(void)
G_verbose_message(_("cairo: collecting to file '%s'"),
ca.file_name);
- G_verbose_message(_("cairo: image size %dx%d"),
+ G_verbose_message(_("cairo: nimage size %dx%d"),
ca.width, ca.height);
if (do_read && do_map)