~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Zim/src/ZimPagesItemSource.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:
20
20
using System.IO;
21
21
using System.Collections.Generic;
22
22
 
23
 
using Mono.Unix;
 
23
using Mono.Addins;
24
24
 
25
25
using Do.Universe;
26
26
 
35
35
                List<Item>      items;
36
36
                
37
37
                public override string Name {
38
 
                        get { return Catalog.GetString("Zim pages"); }
 
38
                        get { return AddinManager.CurrentLocalizer.GetString("Zim pages"); }
39
39
                }
40
40
 
41
41
                public override string Description {
42
 
                        get { return Catalog.GetString("Zim Desktop Wiki pages"); }
 
42
                        get { return AddinManager.CurrentLocalizer.GetString("Zim Desktop Wiki pages"); }
43
43
                }
44
44
 
45
45
                public override string Icon {