~ubuntu-branches/ubuntu/lucid/monodevelop/lucid

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet/gtk-gui/MonoDevelop.AspNet.Deployment.WebDeployLaunchDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-10 14:25:59 UTC
  • mfrom: (1.2.5 upstream) (1.3.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100110142559-sorji5exvk9tyknr
Tags: 2.2+dfsg-2
* debian/rules/remove_support_for_non_debian_functionality.patch:
  + Also fix monodevelop-core-addins.pc to remove links to the
    addins we remove in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
namespace MonoDevelop.AspNet.Deployment {
12
12
    
13
 
    
14
13
    public partial class WebDeployLaunchDialog {
15
14
        
16
15
        private Gtk.Label titleLabel;
124
123
            this.buttonDeploy.UseUnderline = true;
125
124
            // Container child buttonDeploy.Gtk.Container+ContainerChild
126
125
            Gtk.Alignment w17 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
127
 
            // Container child GtkAlignment2.Gtk.Container+ContainerChild
 
126
            // Container child GtkAlignment.Gtk.Container+ContainerChild
128
127
            Gtk.HBox w18 = new Gtk.HBox();
129
128
            w18.Spacing = 2;
130
 
            // Container child GtkHBox2.Gtk.Container+ContainerChild
 
129
            // Container child GtkHBox.Gtk.Container+ContainerChild
131
130
            Gtk.Image w19 = new Gtk.Image();
132
131
            w19.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Menu, 16);
133
132
            w18.Add(w19);
134
 
            // Container child GtkHBox2.Gtk.Container+ContainerChild
 
133
            // Container child GtkHBox.Gtk.Container+ContainerChild
135
134
            Gtk.Label w21 = new Gtk.Label();
136
135
            w21.LabelProp = MonoDevelop.Core.GettextCatalog.GetString("_Deploy");
137
136
            w21.UseUnderline = true;