From bc85258cb34851b210f416ad04dc926244655b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20R=C4=99bacz?= Date: Wed, 8 Feb 2023 18:17:22 +0100 Subject: [PATCH] .examples cosmetic fix --- examples/Button/Button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Button/Button.cpp b/examples/Button/Button.cpp index 55f486e87..88308324c 100644 --- a/examples/Button/Button.cpp +++ b/examples/Button/Button.cpp @@ -25,7 +25,7 @@ struct ButtonApp : TopWindow { { count = 0; button <<= THISBACK(Click); - button.SetLabel("&I'm an Ultimate++ button!"); + button.SetLabel("&I'm an U++ button!"); Add(button.VCenterPos(20).HCenterPos(200)); Add(label.BottomPos(0, 20).HCenterPos(200)); label.SetAlign(ALIGN_CENTER);