~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to GNOME-Screenshot/src/WholeScreenScreenshotItem.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:
19
19
 */
20
20
 
21
21
using System;
22
 
using Mono.Unix;
 
22
using Mono.Addins;
23
23
 
24
24
namespace GNOME {
25
25
 
26
26
        class WholeScreenScreenshotItem : ScreenshotItem {
27
27
                public override string Name {
28
 
                        get { return Catalog.GetString ("Whole screen"); }
 
28
                        get { return AddinManager.CurrentLocalizer.GetString ("Whole screen"); }
29
29
                }
30
30
                
31
31
                public override string Description {
32
 
                        get { return Catalog.GetString ("Take a screenshot of the entire screen."); }
 
32
                        get { return AddinManager.CurrentLocalizer.GetString ("Take a screenshot of the entire screen."); }
33
33
                }
34
34
                
35
35
                public override string Icon {