~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Banshee/src/EnqueueAction.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:
24
24
using System.Threading;
25
25
using System.Collections.Generic;
26
26
 
27
 
using Mono.Unix;
 
27
using Mono.Addins;
28
28
 
29
29
using Do.Platform;
30
30
using Do.Universe;
34
34
        public class EnqueueAction : Act
35
35
        {
36
36
                public override string Name {
37
 
                        get { return Catalog.GetString ("Add to Play Queue"); }
 
37
                        get { return AddinManager.CurrentLocalizer.GetString ("Add to Play Queue"); }
38
38
                }
39
39
                
40
40
                public override string Description {
41
 
                        get { return Catalog.GetString ("Add media to play queue"); }
 
41
                        get { return AddinManager.CurrentLocalizer.GetString ("Add media to play queue"); }
42
42
                }
43
43
 
44
44
                public override string Icon {