diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-25 18:11:35 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-25 18:11:35 +0100 |
| commit | 4aba4d7597005af1efa12f420e01d5f938ad60d8 (patch) | |
| tree | 1fbfbffb402f18e54883bddb31780b9581ad5d0d /UConnectionProperties.pas | |
| parent | 53c1df30e07af532133db05ee0254f9c1dae66f7 (diff) | |
| download | tuxcmd-0.6.69.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.pas | 2 |
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; |
