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 --- test/test_clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_clipboard.c') diff --git a/test/test_clipboard.c b/test/test_clipboard.c index be611c3..3cbb8d1 100644 --- a/test/test_clipboard.c +++ b/test/test_clipboard.c @@ -48,7 +48,7 @@ main(int argc, char** argv) puglParseTestOptions(&argc, &argv), false}; - puglSetClassName(test.world, "Pugl Test"); + puglSetClassName(test.world, "PuglTest"); // Set up views for (unsigned i = 0u; i < 2; ++i) { -- cgit v1.2.1