~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Flickr/src/FlickrItemSource.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:
21
21
 
22
22
using System;
23
23
using System.Collections.Generic;
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
 
26
26
using Do.Universe;
27
27
using Do.Platform.Linux;
31
31
        public class FlickrItemSource : ItemSource, IConfigurable
32
32
        {       
33
33
                public override string Name {
34
 
                        get { return Catalog.GetString ("Account"); }
 
34
                        get { return AddinManager.CurrentLocalizer.GetString ("Account"); }
35
35
                }
36
36
                
37
37
                public override string Description {