You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user