fix crash in win32 when using tselectdirectorydialog; no implementation for ShowDialog yet

git-svn-id: trunk@6019 -
This commit is contained in:
micha 2004-09-17 17:48:50 +00:00
parent 4c7a853aca
commit 5e75975a56

View File

@ -104,7 +104,7 @@ initialization
// To improve speed, register only classes
// which actually implement something
////////////////////////////////////////////////////
// RegisterWSComponent(TCommonDialog, TWSCommonDialog);
RegisterWSComponent(TCommonDialog, TWSCommonDialog);
// RegisterWSComponent(TFileDialog, TWSFileDialog);
// RegisterWSComponent(TOpenDialog, TWSOpenDialog);
// RegisterWSComponent(TSaveDialog, TWSSaveDialog);