~do-core/do/fix-the-shitstorm

« back to all changes in this revision

Viewing changes to Dropbox/gtk-gui/Dropbox.DropboxConfig.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2009-06-22 04:05:16 UTC
  • Revision ID: raof@ubuntu.com-20090622040516-d7fi9w4m3n580i8w
Fix translations for plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            this.frame2.Add(this.GtkAlignment);
78
78
            this.GtkLabel1 = new Gtk.Label();
79
79
            this.GtkLabel1.Name = "GtkLabel1";
80
 
            this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("Dropbox Location");
 
80
            this.GtkLabel1.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Dropbox Location");
81
81
            this.GtkLabel1.UseMarkup = true;
82
82
            this.frame2.LabelWidget = this.GtkLabel1;
83
83
            this.vbox2.Add(this.frame2);