~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to File/src/Do/Do.FilesAndFolders/Configuration.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:
22
22
using System.Linq;
23
23
 
24
24
using Gtk;
25
 
using Mono.Unix;
 
25
using Mono.Addins;
26
26
 
27
27
namespace Do.FilesAndFolders
28
28
{       
32
32
        {
33
33
                PathNodeView[] nodeViews = new PathNodeView[2];
34
34
                
35
 
                string indexDialog = Catalog.GetString ("Choose a folder to index");
36
 
                string ignoreDialog = Catalog.GetString ("Choose a folder to ignore");
 
35
                string indexDialog = AddinManager.CurrentLocalizer.GetString ("Choose a folder to index");
 
36
                string ignoreDialog = AddinManager.CurrentLocalizer.GetString ("Choose a folder to ignore");
37
37
                        
38
38
                public Configuration ()
39
39
                {