From 2992b54a966b8972730a2552bb81183f07e35795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Mon, 17 Feb 2003 22:10:25 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=417 --- Source/mainunit.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/mainunit.pas') 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; -- cgit v1.2.1