aboutsummaryrefslogtreecommitdiff
path: root/Source/pluginunit.pas
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-09-22 20:53:10 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-09-22 20:53:10 +0000
commit163a66302667158daef63e4a88a32002a5c1831a (patch)
tree3500e381fcdbada5db0cdcc7c8ad7b8967d4bcaa /Source/pluginunit.pas
parent3bd43c9d18e565e193e555f9de0ce916f8faf807 (diff)
cleaned up compiler files (*.exp *.lib *.obj) from project / lightspeed-plugin
svn path=/trunk/Framestein/; revision=136
Diffstat (limited to 'Source/pluginunit.pas')
-rw-r--r--Source/pluginunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/pluginunit.pas b/Source/pluginunit.pas
index e238f09..ddee99c 100644
--- a/Source/pluginunit.pas
+++ b/Source/pluginunit.pas
@@ -150,7 +150,7 @@ begin
if s<>'' then s:=s+' ';
s:=s+Names[i];
end;
- main.Post('Plugins: '+s);
+ main.Post('Plugins ('+IntToStr(Names.Count)+' loaded): '+s);
end;
end;