~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-07 19:06:58 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20100107190658-z9z95lgk4kwfes7p
ImportĀ upstreamĀ versionĀ 2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
namespace MonoDevelop.Autotools {
12
12
    
13
 
    
14
13
    public partial class TarballBuilderEditorWidget {
15
14
        
16
15
        private Gtk.VBox vbox2;
101
100
            this.radioUseExisting = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Use existing Makefiles"));
102
101
            this.radioUseExisting.CanFocus = true;
103
102
            this.radioUseExisting.Name = "radioUseExisting";
 
103
            this.radioUseExisting.Active = true;
104
104
            this.radioUseExisting.DrawIndicator = true;
105
105
            this.radioUseExisting.UseUnderline = true;
106
106
            this.radioUseExisting.Group = new GLib.SList(System.IntPtr.Zero);
202
202
            this.rbAutotools = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Autotools based"));
203
203
            this.rbAutotools.CanFocus = true;
204
204
            this.rbAutotools.Name = "rbAutotools";
 
205
            this.rbAutotools.Active = true;
205
206
            this.rbAutotools.DrawIndicator = true;
206
207
            this.rbAutotools.UseUnderline = true;
207
208
            this.rbAutotools.Group = new GLib.SList(System.IntPtr.Zero);