~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Opera/src/OperaBookmarkItemSource.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:
2
2
using System.IO;
3
3
using System.Collections.Generic;
4
4
 
5
 
using Mono.Unix;
 
5
using Mono.Addins;
6
6
 
7
7
using Do.Platform;
8
8
using Do.Universe;
21
21
                }
22
22
                
23
23
                public override string Name { 
24
 
                        get { return Catalog.GetString ("Opera Bookmarks"); } 
 
24
                        get { return AddinManager.CurrentLocalizer.GetString ("Opera Bookmarks"); } 
25
25
                }
26
26
 
27
27
                public override string Description { 
28
 
                        get { return Catalog.GetString ("Indexes your Opera 6 bookmarks"); } 
 
28
                        get { return AddinManager.CurrentLocalizer.GetString ("Indexes your Opera 6 bookmarks"); } 
29
29
                }
30
30
 
31
31
                public override string Icon {