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

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl/gtk-gui/MonoDevelop.VersionControl.Dialogs.CommitDialog.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.VersionControl.Dialogs {
12
12
    
13
 
    
14
13
    internal partial class CommitDialog {
15
14
        
16
15
        private Gtk.VBox mainBox;
141
140
            this.button31.UseUnderline = true;
142
141
            // Container child button31.Gtk.Container+ContainerChild
143
142
            Gtk.Alignment w12 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
144
 
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
 
143
            // Container child GtkAlignment.Gtk.Container+ContainerChild
145
144
            Gtk.HBox w13 = new Gtk.HBox();
146
145
            w13.Spacing = 2;
147
 
            // Container child GtkHBox1.Gtk.Container+ContainerChild
 
146
            // Container child GtkHBox.Gtk.Container+ContainerChild
148
147
            Gtk.Image w14 = new Gtk.Image();
149
148
            w14.Pixbuf = Stetic.IconLoader.LoadIcon(this, "vc-commit", Gtk.IconSize.Menu, 16);
150
149
            w13.Add(w14);
151
 
            // Container child GtkHBox1.Gtk.Container+ContainerChild
 
150
            // Container child GtkHBox.Gtk.Container+ContainerChild
152
151
            Gtk.Label w16 = new Gtk.Label();
153
152
            w16.LabelProp = Mono.Unix.Catalog.GetString("Commit");
154
153
            w16.UseUnderline = true;