~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to RSS/gtk-gui/Do.Plugins.Rss.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:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
64
64
            // Container child table1.Gtk.Table+TableChild
65
65
            this.label1 = new Gtk.Label();
66
66
            this.label1.Name = "label1";
67
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("OPML feed file");
 
67
            this.label1.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("OPML feed file");
68
68
            this.table1.Add(this.label1);
69
69
            Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
70
70
            w2.XOptions = ((Gtk.AttachOptions)(4));
72
72
            // Container child table1.Gtk.Table+TableChild
73
73
            this.label2 = new Gtk.Label();
74
74
            this.label2.Name = "label2";
75
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Timeout (in seconds)");
 
75
            this.label2.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Timeout (in seconds)");
76
76
            this.table1.Add(this.label2);
77
77
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
78
78
            w3.TopAttach = ((uint)(1));
82
82
            // Container child table1.Gtk.Table+TableChild
83
83
            this.label3 = new Gtk.Label();
84
84
            this.label3.Name = "label3";
85
 
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("Cache duration (in minutes)");
 
85
            this.label3.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Cache duration (in minutes)");
86
86
            this.table1.Add(this.label3);
87
87
            Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
88
88
            w4.TopAttach = ((uint)(2));
90
90
            w4.XOptions = ((Gtk.AttachOptions)(4));
91
91
            w4.YOptions = ((Gtk.AttachOptions)(4));
92
92
            // Container child table1.Gtk.Table+TableChild
93
 
            this.OpmlChooser = new Gtk.FileChooserButton(Mono.Unix.Catalog.GetString("Select A File"), ((Gtk.FileChooserAction)(0)));
 
93
            this.OpmlChooser = new Gtk.FileChooserButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("Select A File"), ((Gtk.FileChooserAction)(0)));
94
94
            this.OpmlChooser.Name = "OpmlChooser";
95
95
            this.table1.Add(this.OpmlChooser);
96
96
            Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.OpmlChooser]));