aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl_hints.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gl_hints.c')
-rw-r--r--test/test_gl_hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c
index 01d617a..701dd77 100644
--- a/test/test_gl_hints.c
+++ b/test/test_gl_hints.c
@@ -30,7 +30,7 @@ main(void)
PuglView* const view = puglNewView(world);
// Set up view
- puglSetClassName(world, "Pugl Test");
+ puglSetClassName(world, "PuglTest");
puglSetWindowTitle(view, "Pugl OpenGL Hints Test");
puglSetBackend(view, puglGlBackend());
puglSetEventFunc(view, onEvent);