From 37b10d1a0e6ea1fcda77058b228a1e61824dfe39 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 18 Oct 2015 03:26:27 +0200 Subject: [PATCH] New release --- docs/window.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.dox b/docs/window.dox index 5e1b254d..0557bda5 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -584,7 +584,7 @@ As long as your source file is encoded as UTF-8, you can use any Unicode characters directly in the source. @code -glfwSetWindowTitle(window, "プラネテス"); +glfwSetWindowTitle(window, "星を追う子ども"); @endcode