diff --git a/upptst/StdRichTextZoom/Test.h b/upptst/StdRichTextZoom/Test.h index cf2f6960f..26aae93f7 100644 --- a/upptst/StdRichTextZoom/Test.h +++ b/upptst/StdRichTextZoom/Test.h @@ -5,7 +5,7 @@ using namespace Upp; -#define LAYOUTFILE +#define LAYOUTFILE #include class Test : public WithTestLayout { diff --git a/upptst/StdRichTextZoom/main.cpp b/upptst/StdRichTextZoom/main.cpp index 87971f83d..6849fb3cf 100644 --- a/upptst/StdRichTextZoom/main.cpp +++ b/upptst/StdRichTextZoom/main.cpp @@ -3,7 +3,7 @@ Test::Test() { CtrlLayout(*this, "Window title"); - text <<= "[R This should be [g standard size"; + text <<= "[R This should be [g Standard size"; } GUI_APP_MAIN