~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric-updates

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Gettext/gtk-gui/MonoDevelop.Gettext.GettextFeatureWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

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.
63
63
            this.frame1 = new Gtk.Frame();
64
64
            this.frame1.Name = "frame1";
65
65
            this.frame1.ShadowType = ((Gtk.ShadowType)(1));
66
 
            this.frame1.LabelXalign = 0F;
67
66
            // Container child frame1.Gtk.Container+ContainerChild
68
67
            this.treeviewTranslations = new Gtk.TreeView();
69
68
            this.treeviewTranslations.WidthRequest = 200;
70
69
            this.treeviewTranslations.CanFocus = true;
71
70
            this.treeviewTranslations.Name = "treeviewTranslations";
72
 
            this.treeviewTranslations.HeadersClickable = true;
73
71
            this.frame1.Add(this.treeviewTranslations);
74
72
            this.vbox3.Add(this.frame1);
75
73
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox3[this.frame1]));