diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-09-27 18:24:54 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-09-27 18:24:54 +0000 |
commit | 8eb1030c56d6a1228d3145b247f75c733576e511 (patch) | |
tree | b07af847fe22e6ea153e1c0088a257f72dd9f02f /src/gui/db | |
parent | 1c50f4279f89d41dd1d85964645217860f5c0b9c (diff) | |
download | fpGUI-8eb1030c56d6a1228d3145b247f75c733576e511.tar.xz |
* Rename all corelib units to the new naming convention.
* Updated the UI Designer to use the new unit names.
Diffstat (limited to 'src/gui/db')
-rw-r--r-- | src/gui/db/fpgui_db.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/db/fpgui_db.pas b/src/gui/db/fpgui_db.pas index ec91e8e3..dd2381de 100644 --- a/src/gui/db/fpgui_db.pas +++ b/src/gui/db/fpgui_db.pas @@ -28,7 +28,7 @@ interface uses Classes, db, - gfx_widget, + fpg_widget, gui_label{, gui_edit}; type |