aboutsummaryrefslogtreecommitdiff
path: root/c/resource.rc
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-26 19:27:35 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-26 19:27:35 +0200
commit547cbe578dcdb5aa5cfdac1cdb327f92bad21219 (patch)
treedc41dc107559a3ac2c87669b3616d8a33d221180 /c/resource.rc
parentdccea47e9bc322d654902a1db4fc52cbf6dd0cd7 (diff)
downloadEpisodeBrowser-547cbe578dcdb5aa5cfdac1cdb327f92bad21219.tar.gz
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.
Diffstat (limited to 'c/resource.rc')
-rw-r--r--c/resource.rc2
1 files changed, 1 insertions, 1 deletions
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