|
|
@@ -75,7 +75,7 @@ namespace ThePimp { |
|
|
|
this.entry1.Text = Mono.Unix.Catalog.GetString("1024"); |
|
|
|
this.entry1.IsEditable = true; |
|
|
|
this.entry1.WidthChars = 6; |
|
|
|
this.entry1.InvisibleChar = 'x'; |
|
|
|
this.entry1.InvisibleChar = '●'; |
|
|
|
this.entry1.Xalign = 1F; |
|
|
|
this.table1.Add(this.entry1); |
|
|
|
Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.entry1])); |
|
|
@@ -90,7 +90,7 @@ namespace ThePimp { |
|
|
|
this.entry2.Text = Mono.Unix.Catalog.GetString("768"); |
|
|
|
this.entry2.IsEditable = true; |
|
|
|
this.entry2.WidthChars = 6; |
|
|
|
this.entry2.InvisibleChar = 'x'; |
|
|
|
this.entry2.InvisibleChar = '●'; |
|
|
|
this.entry2.Xalign = 1F; |
|
|
|
this.table1.Add(this.entry2); |
|
|
|
Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.entry2])); |
|
|
|