* src/gramps.glade: Fix Tip of the day
svn: r5548
This commit is contained in:
parent
7f98e3bc35
commit
7a6b9143c5
@ -1,3 +1,6 @@
|
|||||||
|
2005-12-14 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
|
* src/gramps.glade: Fix Tip of the day
|
||||||
|
|
||||||
2005-12-13 Alex Roitman <shura@gramps-project.org>
|
2005-12-13 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/DisplayState.py: Correct and add comments.
|
* src/DisplayState.py: Correct and add comments.
|
||||||
* src/EditPerson.py: Call child editors with new arguments.
|
* src/EditPerson.py: Call child editors with new arguments.
|
||||||
|
@ -23246,9 +23246,9 @@ Family name Given name
|
|||||||
</child>
|
</child>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkLabel" id="label">
|
<widget class="GtkLabel" id="title">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes"><span weight="bold" size="larger">Gramps' Tip of the Day</span></property>
|
<property name="label" translatable="yes"></property>
|
||||||
<property name="use_underline">False</property>
|
<property name="use_underline">False</property>
|
||||||
<property name="use_markup">True</property>
|
<property name="use_markup">True</property>
|
||||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user