~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do/src/Do.UI/ManagePluginsPreferencesWidget.cs

  • Committer: Hardeep S
  • Date: 2009-06-23 05:58:49 UTC
  • Revision ID: ootz0rz@gmail.com-20090623055849-foc5oodact5ckt3b
changes to just get it to compile...

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
using Do.Core.Addins;
35
35
using Do.Interface;
36
36
using Do.Platform;
37
 
using Do.Platform.Linux;
 
37
using Do.Platform.Windows;
38
38
 
39
39
namespace Do.UI
40
40
{
51
51
                SearchEntry search_entry;
52
52
 
53
53
                new public string Name {
54
 
                        get { return Catalog.GetString ("Plugins"); }
 
54
                        get { return Catalog.GetString ("Plugins"); }
 
55
                        set { }
55
56
                }
56
57
 
57
58
                public string Description {