diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-08-27 10:29:13 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-08-27 10:29:13 +0100 |
commit | bc53e200bffaa30dd654abb7ea32839ccf77030a (patch) | |
tree | 392d73096e9a9f69b17abe8b1d7a1f3fe46bae5b /src/gui | |
parent | 9b2bebb4800755331f2d2c87cf7472d104d4f28b (diff) | |
download | fpGUI-bc53e200bffaa30dd654abb7ea32839ccf77030a.tar.xz |
Replaced the FPC dbugintf unit with the customised fpGUI one.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/fpg_combobox.pas | 2 | ||||
-rw-r--r-- | src/gui/fpg_tree.pas | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/fpg_combobox.pas b/src/gui/fpg_combobox.pas index 111d4c66..15dae337 100644 --- a/src/gui/fpg_combobox.pas +++ b/src/gui/fpg_combobox.pas @@ -190,7 +190,7 @@ implementation uses fpg_listbox, {$IFDEF DEBUG} - dbugintf, + fpg_dbugintf, {$ENDIF} math; diff --git a/src/gui/fpg_tree.pas b/src/gui/fpg_tree.pas index 1454b2a7..5e1008c2 100644 --- a/src/gui/fpg_tree.pas +++ b/src/gui/fpg_tree.pas @@ -275,7 +275,7 @@ implementation {$IFDEF DEBUG} uses - dbugintf; + fpg_dbugintf; {$ENDIF} type |