Skip to content

Commit

Permalink
Update WM_SETTINGCHANGE.d
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc authored Mar 6, 2022
1 parent 503d058 commit 9f9493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WM_SETTINGCHANGE.d
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ __________________INFORMATIVE_WARNINGS__________________:
switch (lastError){

case ERROR_SUCCESS:
writeln("WM_SETTINGCHANGE.d: Sent a WM_SETTINGCHANGE of ", broadcastAddress, ", broadcast to all top windows. Success.");
writeln(__FILE__, ": Success. Sent a WM_SETTINGCHANGE of ", broadcastAddress, ", broadcast to all top windows.");
break;

case ERROR_TIMEOUT:
Expand Down

0 comments on commit 9f9493a

Please sign in to comment.