~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to NX/src/NXAction.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:
26
26
using Do.Universe;
27
27
using System.Diagnostics;
28
28
 
29
 
using Mono.Unix;
 
29
using Mono.Addins;
30
30
 
31
31
namespace NX 
32
32
{
34
34
    {
35
35
        
36
36
        public override string Name {
37
 
            get { return Catalog.GetString ("Connect with NX"); }
 
37
            get { return AddinManager.CurrentLocalizer.GetString ("Connect with NX"); }
38
38
        }
39
39
        
40
40
        public override string Description {
41
 
            get { return Catalog.GetString ("Connect with NX"); }
 
41
            get { return AddinManager.CurrentLocalizer.GetString ("Connect with NX"); }
42
42
        }
43
43
        
44
44
        public override string Icon {