Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
fix error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
bitRAKE committed Mar 29, 2022
1 parent 4bf4778 commit 94e2ff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion TaskDlgSamples.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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.">
Expand Down
2 changes: 1 addition & 1 deletion macro/rstrings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94e2ff7

Please sign in to comment.