Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/derwin12/xLights
Browse files Browse the repository at this point in the history
  • Loading branch information
derwin12 committed Jan 16, 2024
2 parents c87c17b + 36dba64 commit b6a8075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xSchedule/xSMSDaemon/SMSMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class SMSMessage

wxString GetUIMessage() const
{
if (!_message.empty())
if (!_wmessage.empty())
{
return wxString(_from) + ": " + wxString(_wmessage);
}
Expand Down

0 comments on commit b6a8075

Please sign in to comment.