~and471/+junk/do-with-docky

« back to all changes in this revision

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

  • Committer: Alex Launi
  • Date: 2010-03-30 03:23:29 UTC
  • mfrom: (1319.1.7 slnfiles)
  • Revision ID: alex.launi@gmail.com-20100330032329-eo18vlbxh44fx0qi
mergeĀ sln/csprojĀ branch

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;
57
58
            // Container child hbox1.Gtk.Box+BoxChild
58
59
            this.help_lbl = new Gtk.Label();
59
60
            this.help_lbl.Name = "help_lbl";
60
61
            this.help_lbl.Ypad = 1;
61
62
            this.help_lbl.Xalign = 0F;
62
 
            this.help_lbl.LabelProp = Mono.Unix.Catalog.GetString("To edit a shortcut, double-click it and type a new one.");
 
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.");
63
64
            this.help_lbl.Wrap = true;
64
65
            this.hbox1.Add(this.help_lbl);
65
66
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.help_lbl]));