~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to WindowManager/src/WindowActions/WindowFocusAction.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:
23
23
using Do.Interface.Wink;
24
24
 
25
25
using Wnck;
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
namespace WindowManager
29
29
{
31
31
        public class WindowFocusAction : WindowActionAction
32
32
        {
33
33
                public override string Name {
34
 
                        get { return Catalog.GetString ("Focus"); }
 
34
                        get { return AddinManager.CurrentLocalizer.GetString ("Focus"); }
35
35
                }
36
36
                
37
37
                public override string Description {
38
 
                        get { return Catalog.GetString ("Focus selected windows."); }
 
38
                        get { return AddinManager.CurrentLocalizer.GetString ("Focus selected windows."); }
39
39
                }
40
40
 
41
41
                public override string Icon {