aboutsummaryrefslogtreecommitdiff
path: root/Source/mainunit.pas
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2003-02-17 22:10:25 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2003-02-17 22:10:25 +0000
commit2992b54a966b8972730a2552bb81183f07e35795 (patch)
tree900dc413349f3ec20ec172cde606d30dc49f3a5f /Source/mainunit.pas
parent72f80b51c2c698221ced908abb9aba53c987f4a4 (diff)
*** empty log message ***
svn path=/trunk/Framestein/; revision=417
Diffstat (limited to 'Source/mainunit.pas')
-rw-r--r--Source/mainunit.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/mainunit.pas b/Source/mainunit.pas
index aebb64b..de1ef70 100644
--- a/Source/mainunit.pas
+++ b/Source/mainunit.pas
@@ -18,7 +18,7 @@ uses
StdCtrls, ScktComp,
pluginunit, fsformunit, fsframeunit,
FastDIB,
- ExtCtrls, Menus, C2PhotoShopHost, Filez, ComCtrls;
+ ExtCtrls, Menus, C2PhotoShopHost, Filez, ComCtrls, Buttons;
type
Tmain = class(TFsForm)
@@ -540,6 +540,7 @@ end;
procedure Tmain.MiReloadPluginsClick(Sender: TObject);
begin
Plugins.Reload;
+ Toolbar.UpdateLists;
end;
function Tmain.GetFrameByTag(const tag: String): TFsFrame;