From 4aba4d7597005af1efa12f420e01d5f938ad60d8 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 25 Oct 2009 18:11:35 +0100 Subject: Clean VFS API up a little Strictly split archiving and networking mode, get rid of prefixes --- UConnectionProperties.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UConnectionProperties.pas') diff --git a/UConnectionProperties.pas b/UConnectionProperties.pas index edf6927..7b9ef1b 100644 --- a/UConnectionProperties.pas +++ b/UConnectionProperties.pas @@ -194,7 +194,7 @@ begin MenuItem := TGTKMenuItem.CreateTyped(Self, itImageText); MenuItem.Data := PluginList[i]; MenuItem.SetCaptionPlain(Format('%s [%s]', [TVFSPlugin(PluginList[i]).ModuleName, - ExtractFileName(TVFSPlugin(PluginList[i]).FullPath)])); + ExtractFileName(TVFSPlugin(PluginList[i]).FullModulePath)])); PluginOptionMenu.Items.Add(MenuItem); end; -- cgit v1.2.3