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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
            this.labelInitString = new Gtk.Label();
229
229
            this.labelInitString.Name = "labelInitString";
230
230
            this.labelInitString.Xalign = 0F;
231
 
            this.labelInitString.LabelProp = Mono.Unix.Catalog.GetString("Mono.Unix.Catalog.Init (\"i8n1\", \"./locale\");");
 
231
            this.labelInitString.LabelProp = Mono.Unix.Catalog.GetString("Mono.Unix.Catalog.Init (\"i18n\", \"./locale\");");
232
232
            this.GtkAlignment4.Add(this.labelInitString);
233
233
            this.frame3.Add(this.GtkAlignment4);
234
234
            this.vbox4.Add(this.frame3);