Skip to content

Commit

Permalink
FEAT: minor error message improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Jul 17, 2016
1 parent be82474 commit f2576f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/view/backends/windows/gui.reds
Expand Up @@ -1028,7 +1028,7 @@ OS-make-view: func [
hInstance
as int-ptr! face

if null? handle [print-line "*** Error: CreateWindowEx failed!"]
if null? handle [print-line "*** View Error: CreateWindowEx failed!"]

if any [win8+? not alpha?][BringWindowToTop handle]
set-font handle face values
Expand Down

0 comments on commit f2576f2

Please sign in to comment.