From f906c379ba7c70c1cffb37db7b64e1db602fe2bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 May 2022 10:44:46 -0400 Subject: Use consistent class names and titles in tests and examples --- examples/pugl_cairo_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_cairo_demo.c') diff --git a/examples/pugl_cairo_demo.c b/examples/pugl_cairo_demo.c index 5a81f7e..2cd4493 100644 --- a/examples/pugl_cairo_demo.c +++ b/examples/pugl_cairo_demo.c @@ -211,7 +211,7 @@ main(int argc, char** argv) } app.world = puglNewWorld(PUGL_PROGRAM, 0); - puglSetClassName(app.world, "PuglCairoTest"); + puglSetClassName(app.world, "PuglCairoDemo"); PuglView* view = puglNewView(app.world); -- cgit v1.2.1