comparison gtk-gui/gui.stetic @ 147:18c7b0b4bc30

* Try to fix Unicode build issues on Jenkins server by changing "invisible character" (which is only used on passwords anyway)
author IBBoard <dev@ibboard.co.uk>
date Sat, 26 Nov 2011 11:56:35 +0000
parents f3453f3e4591
children a58c832fa593
comparison
equal deleted inserted replaced
146:f3453f3e4591 147:18c7b0b4bc30
516 <child> 516 <child>
517 <widget class="Gtk.Entry" id="txtArmyName"> 517 <widget class="Gtk.Entry" id="txtArmyName">
518 <property name="MemberName" /> 518 <property name="MemberName" />
519 <property name="CanFocus">True</property> 519 <property name="CanFocus">True</property>
520 <property name="IsEditable">True</property> 520 <property name="IsEditable">True</property>
521 <property name="InvisibleChar">•</property> 521 <property name="InvisibleChar">#</property>
522 <signal name="Changed" handler="OnTextChanged" /> 522 <signal name="Changed" handler="OnTextChanged" />
523 </widget> 523 </widget>
524 <packing> 524 <packing>
525 <property name="TopAttach">2</property> 525 <property name="TopAttach">2</property>
526 <property name="BottomAttach">3</property> 526 <property name="BottomAttach">3</property>
2725 <child> 2725 <child>
2726 <widget class="Gtk.Entry" id="txtArmyName"> 2726 <widget class="Gtk.Entry" id="txtArmyName">
2727 <property name="MemberName" /> 2727 <property name="MemberName" />
2728 <property name="CanFocus">True</property> 2728 <property name="CanFocus">True</property>
2729 <property name="IsEditable">True</property> 2729 <property name="IsEditable">True</property>
2730 <property name="InvisibleChar">●</property> 2730 <property name="InvisibleChar">#</property>
2731 </widget> 2731 </widget>
2732 <packing> 2732 <packing>
2733 <property name="LeftAttach">1</property> 2733 <property name="LeftAttach">1</property>
2734 <property name="RightAttach">2</property> 2734 <property name="RightAttach">2</property>
2735 <property name="AutoSize">True</property> 2735 <property name="AutoSize">True</property>