summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text/text_unicode.c')
-rw-r--r--examples/text/text_unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_unicode.c b/examples/text/text_unicode.c
index 6b456a75..f3c2612c 100644
--- a/examples/text/text_unicode.c
+++ b/examples/text/text_unicode.c
@@ -156,7 +156,7 @@ int main(int argc, char **argv)
const int screenHeight = 450;
SetConfigFlags(FLAG_MSAA_4X_HINT | FLAG_VSYNC_HINT);
- InitWindow(screenWidth, screenHeight, "raylib - unicode test");
+ InitWindow(screenWidth, screenHeight, "raylib [text] example - unicode");
// Load the font resources
// NOTE: fontAsian is for asian languages,