~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Tomboy/src/TomboyItem.cs

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
using System;
21
21
 
22
 
using Mono.Unix;
 
22
using Mono.Addins;
23
23
 
24
24
using Do.Universe;
25
25
 
47
47
                }
48
48
                
49
49
                public override string Description {
50
 
                        get { return Catalog.GetString ("Tomboy note"); } 
 
50
                        get { return AddinManager.CurrentLocalizer.GetString ("Tomboy note"); } 
51
51
                }
52
52
                
53
53
                public override string Icon {