summaryrefslogtreecommitdiff
path: root/examples/gui
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/drag_n_drop/dndexample.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/drag_n_drop/dndexample.lpr b/examples/gui/drag_n_drop/dndexample.lpr
index 706cfd42..ace8d2ea 100644
--- a/examples/gui/drag_n_drop/dndexample.lpr
+++ b/examples/gui/drag_n_drop/dndexample.lpr
@@ -154,7 +154,7 @@ begin
SetPosition(316, 186, 512, 429);
WindowTitle := 'Drop Site Demo';
Hint := '';
- EnableDrops := True;
+ DNDEnabled := True;
Bevel1 := TfpgPanel.Create(self);
with Bevel1 do