diff --git a/components/tvplanit/source/vpreg.pas b/components/tvplanit/source/vpreg.pas index 7f6b1fd8e..43304f021 100644 --- a/components/tvplanit/source/vpreg.pas +++ b/components/tvplanit/source/vpreg.pas @@ -359,8 +359,11 @@ begin // 'DataStore', TDataStoreProperty); {register the property editor for the DataStore's DefaultAlarmWav } + { NO - not useful in design mode because there is not platform-independent way + to play the sound RegisterPropertyEditor(TypeInfo(string), TVpCustomDataStore, 'DefaultEventSound', TWavFileProperty); + } RegisterPropertyEditor (TypeInfo (TDateTime), TVpPrintPreview,