diff options
Diffstat (limited to 'test/test_local_copy_paste.c')
-rw-r--r-- | test/test_local_copy_paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_local_copy_paste.c b/test/test_local_copy_paste.c index 65e9788..0a1b212 100644 --- a/test/test_local_copy_paste.c +++ b/test/test_local_copy_paste.c @@ -89,7 +89,7 @@ main(int argc, char** argv) // Set up view app.view = puglNewView(app.world); - puglSetClassName(app.world, "Pugl Test"); + puglSetClassName(app.world, "PuglTest"); puglSetBackend(app.view, puglStubBackend()); puglSetHandle(app.view, &app); puglSetEventFunc(app.view, onEvent); |