~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Exaile/src/MusicItemSource.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:
21
21
using System.Linq;
22
22
using System.Collections.Generic;
23
23
 
24
 
using Mono.Unix;
 
24
using Mono.Addins;
25
25
 
26
26
using Do.Universe;
27
27
using Do.Platform;
41
41
                }
42
42
 
43
43
                public override string Name {
44
 
                        get { return Catalog.GetString ("Exaile Music"); }
 
44
                        get { return AddinManager.CurrentLocalizer.GetString ("Exaile Music"); }
45
45
                }
46
46
                
47
47
                public override string Description { 
48
 
                        get { return Catalog.GetString ("Provides access to artists and albums from Exaile."); }
 
48
                        get { return AddinManager.CurrentLocalizer.GetString ("Provides access to artists and albums from Exaile."); }
49
49
                }
50
50
                
51
51
                public override string Icon {