mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:00:15 +02:00
fix crash in win32 when using tselectdirectorydialog; no implementation for ShowDialog yet
git-svn-id: trunk@6019 -
This commit is contained in:
parent
4c7a853aca
commit
5e75975a56
@ -104,7 +104,7 @@ initialization
|
|||||||
// To improve speed, register only classes
|
// To improve speed, register only classes
|
||||||
// which actually implement something
|
// which actually implement something
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// RegisterWSComponent(TCommonDialog, TWSCommonDialog);
|
RegisterWSComponent(TCommonDialog, TWSCommonDialog);
|
||||||
// RegisterWSComponent(TFileDialog, TWSFileDialog);
|
// RegisterWSComponent(TFileDialog, TWSFileDialog);
|
||||||
// RegisterWSComponent(TOpenDialog, TWSOpenDialog);
|
// RegisterWSComponent(TOpenDialog, TWSOpenDialog);
|
||||||
// RegisterWSComponent(TSaveDialog, TWSSaveDialog);
|
// RegisterWSComponent(TSaveDialog, TWSSaveDialog);
|
||||||
|
Loading…
Reference in New Issue
Block a user