From 94e2ff7e9afaa8fec2d0164651184a3f9d6580c9 Mon Sep 17 00:00:00 2001 From: Rickey Bowers Date: Tue, 29 Mar 2022 17:54:17 -0600 Subject: [PATCH] fix error message text --- TaskDlgSamples.asm | 1 - macro/rstrings.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TaskDlgSamples.asm b/TaskDlgSamples.asm index 2d47e8e..31bfd3e 100644 --- a/TaskDlgSamples.asm +++ b/TaskDlgSamples.asm @@ -45,7 +45,6 @@ Main_Window: enter .FRAME,0 INIT_MY_TD ; copy default structure - mov [.cfg.pszWindowTitle],<_R "TaskDialog Samples (originally by Kenny Kerr)"> mov [.cfg.pszMainInstruction],<_R "Pick a sample to try:"> mov [.cfg.pszContent],<_R "Use dialog close button, ESC or Alt-F4 keys to exit a sample."> diff --git a/macro/rstrings.inc b/macro/rstrings.inc index f7fa0ba..c2039cb 100644 --- a/macro/rstrings.inc +++ b/macro/rstrings.inc @@ -104,7 +104,7 @@ postpone virtual RSTRING.buffer if $ & ~ defined RSTRING.where display 'Warning: No location for defined resource string data has been specified.',13,10 -display 'Use "RSTRING.here {label}" macro in the intended location.',13,10 +display 'Use "resource_RSTRINGS {label}" macro in the intended location.',13,10 end if end virtual end postpone