~and471/+junk/do-with-docky

« back to all changes in this revision

Viewing changes to Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs

  • Committer: rugby471 at gmail
  • Date: 2010-10-15 16:08:38 UTC
  • Revision ID: rugby471@gmail.com-20101015160838-z9m3utbf7bxzb5ty
reverted to before docky removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.help_icn]));
55
55
            w2.Position = 0;
56
56
            w2.Expand = false;
57
 
            w2.Fill = false;
58
57
            // Container child hbox1.Gtk.Box+BoxChild
59
58
            this.help_lbl = new Gtk.Label();
60
59
            this.help_lbl.Name = "help_lbl";
61
60
            this.help_lbl.Ypad = 1;
62
61
            this.help_lbl.Xalign = 0F;
63
 
            this.help_lbl.LabelProp = Mono.Unix.Catalog.GetString("To edit a shortcut, double-click it and type a new one.\nTo restore a shortcut to the default, double click and press Backspace.");
 
62
            this.help_lbl.LabelProp = Mono.Unix.Catalog.GetString("To edit a shortcut, double-click it and type a new one.");
64
63
            this.help_lbl.Wrap = true;
65
64
            this.hbox1.Add(this.help_lbl);
66
65
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.help_lbl]));