From 547cbe578dcdb5aa5cfdac1cdb327f92bad21219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 26 Jul 2022 19:27:35 +0200 Subject: Remove ANSI compatibility. Even though it is a fun challange in many ways, I think that, realistically, it is probably not worth the complexity. The Prolog backend isn't ANSI-compatible either. --- c/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/resource.rc') diff --git a/c/resource.rc b/c/resource.rc index 8e96357..e3e0006 100644 --- a/c/resource.rc +++ b/c/resource.rc @@ -67,6 +67,6 @@ CAPTION "About" FONT 8, "MS Shell Dlg 2" BEGIN DEFPUSHBUTTON "&OK", IDOK, ABOUTW-OKW-HPAD, ABOUTH-OKH-VPAD, OKW, OKH - LTEXT TEXT("Episode Browser\r\nCopyright 2021 John Ankarström"), + LTEXT L"Episode Browser\r\nCopyright 2021 John Ankarström", IDC_ABOUTTEXT, HPAD, VPAD, ABOUTW-OKW-HPAD*2, ABOUTH-VPAD END \ No newline at end of file -- cgit v1.2.3