diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-04 15:00:25 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-04 15:00:25 +0200 |
| commit | cf1f8d377549c6cb5ad9475dcd5ec5f48738a8e8 (patch) | |
| tree | 8fb096c1760e22f4d9d73c532727455966822636 /UConnectionProperties.pas | |
| parent | 3ecc07595f41f436430291fb2299dd540c01f292 (diff) | |
| download | tuxcmd-cf1f8d377549c6cb5ad9475dcd5ec5f48738a8e8.tar.xz | |
Consolidate plugin IDs
This breaks custom-chosen plugins for saved connections (with automatic fallback to 'auto')
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 9899585..3e68080 100644 --- a/UConnectionProperties.pas +++ b/UConnectionProperties.pas @@ -191,7 +191,7 @@ begin PluginOptionMenu.Items.Add(MenuItem); for i := 0 to PluginList.Count - 1 do begin MenuItem := TGTKMenuItem.CreateTyped(Self, itImageText); - MenuItem.SetCaptionPlain(Format('%s [%s]', [TVFSPlugin(PluginList[i]).VFSName, + MenuItem.SetCaptionPlain(Format('%s [%s]', [TVFSPlugin(PluginList[i]).ModuleName, ExtractFileName(TVFSPlugin(PluginList[i]).FullPath)])); PluginOptionMenu.Items.Add(MenuItem); end; |
