tvplanit: Fix export of default audio file name to ical event.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8409 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-08-21 15:30:55 +00:00
parent 40a1394e3c
commit 2e7958650e

View File

@ -850,7 +850,7 @@ begin
else if fn = 'category' then
AEvent.Category := StrToInt(fv)
else if fn = 'dingpath' then
AEvent.DingPath := fn
AEvent.DingPath := fv
else if fn = 'alldayevent' then
AEvent.AllDayEvent := StrToBool(fv)
else if fn = 'alarmset' then