summaryrefslogtreecommitdiff
path: root/UConnectionProperties.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-25 18:11:35 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-25 18:11:35 +0100
commit4aba4d7597005af1efa12f420e01d5f938ad60d8 (patch)
tree1fbfbffb402f18e54883bddb31780b9581ad5d0d /UConnectionProperties.pas
parent53c1df30e07af532133db05ee0254f9c1dae66f7 (diff)
downloadtuxcmd-4aba4d7597005af1efa12f420e01d5f938ad60d8.tar.xz
Clean VFS API up a littlev0.6.69
Strictly split archiving and networking mode, get rid of prefixes
Diffstat (limited to 'UConnectionProperties.pas')
-rw-r--r--UConnectionProperties.pas2
1 files changed, 1 insertions, 1 deletions
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;