~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Putty/src/PuttySessionItemSource.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2009-06-22 04:05:16 UTC
  • Revision ID: raof@ubuntu.com-20090622040516-d7fi9w4m3n580i8w
Fix translations for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
using System.IO;
24
24
using System.Collections.Generic;
25
25
 
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
using Do.Universe;
29
29
using Do.Platform;
37
37
                List<Item> items;
38
38
                
39
39
                public override string Name {
40
 
                        get {return Catalog.GetString("PuTTY sessions"); }
 
40
                        get {return AddinManager.CurrentLocalizer.GetString("PuTTY sessions"); }
41
41
                }
42
42
 
43
43
                public override string Description {
44
 
                        get {return Catalog.GetString("PuTTY saved sessions");}
 
44
                        get {return AddinManager.CurrentLocalizer.GetString("PuTTY saved sessions");}
45
45
                }
46
46
 
47
47
                public override string Icon {