diff --git a/components/tvplanit/source/vpreg.pas b/components/tvplanit/source/vpreg.pas index a024ca918..0fd40bbaa 100644 --- a/components/tvplanit/source/vpreg.pas +++ b/components/tvplanit/source/vpreg.pas @@ -354,9 +354,13 @@ end; RegisterPropertyEditor(TypeInfo(string), TVpBDEDataStore, 'DriverName', TDriverNameProperty); {$ENDIF} + + // LCL: Registering next property editor inhibits that the DataStore + // property combo of the DayView lists the available datastores. + {register the DayView properties } - RegisterPropertyEditor(TypeInfo(TVpCustomDataStore), TVpDayView, - 'DataStore', TDataStoreProperty); + //RegisterPropertyEditor(TypeInfo(TVpCustomDataStore), TVpDayView, + // 'DataStore', TDataStoreProperty); {register the property editor for the DataStore's DefaultAlarmWav } RegisterPropertyEditor(TypeInfo(string), TVpCustomDataStore, diff --git a/components/tvplanit/source/vpreg.res b/components/tvplanit/source/vpreg.res index 16692482b..5d16d7c9e 100644 Binary files a/components/tvplanit/source/vpreg.res and b/components/tvplanit/source/vpreg.res differ