* src/gramps.glade,
src/TipOfDay.py: Add window title svn: r5404
This commit is contained in:
parent
56f780b876
commit
94d8d28cb0
@ -1,3 +1,7 @@
|
||||
2005-11-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/gramps.glade,
|
||||
src/TipOfDay.py: Add window title
|
||||
|
||||
2005-11-16 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayModels.py: try to handle encoding errors
|
||||
* src/ImageSelect.py: call fix_encoding to handle path names
|
||||
|
@ -44,6 +44,7 @@ import gtk.glade
|
||||
#-------------------------------------------------------------------------
|
||||
import const
|
||||
import GrampsKeys
|
||||
import Utils
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@ -57,6 +58,10 @@ class TipOfDay:
|
||||
tip = xml.get_widget("tip")
|
||||
use = xml.get_widget('usetips')
|
||||
|
||||
alt_title = xml.get_widget("title")
|
||||
tmsg = _("GRAMPS' Tip of the Day")
|
||||
Utils.set_titles(top, alt_title, tmsg, _("Tip of the Day"))
|
||||
|
||||
tp = TipParser()
|
||||
tip_list = tp.get()
|
||||
use.set_active(GrampsKeys.get_usetips())
|
||||
|
@ -30140,9 +30140,9 @@ Given name
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label">
|
||||
<widget class="GtkLabel" id="title">
|
||||
<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_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
Loading…
Reference in New Issue
Block a user