* src/gramps.glade,

src/TipOfDay.py: Add window title


svn: r5404
This commit is contained in:
Martin Hawlisch 2005-11-17 11:45:35 +00:00
parent 56f780b876
commit 94d8d28cb0
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -44,6 +44,7 @@ import gtk.glade
#-------------------------------------------------------------------------
import const
import GrampsKeys
import Utils
#-------------------------------------------------------------------------
#
@ -56,6 +57,10 @@ class TipOfDay:
top = xml.get_widget("tod")
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()

View File

@ -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">&lt;span weight=&quot;bold&quot; size=&quot;larger&quot;&gt;Gramps' Tip of the Day&lt;/span&gt;</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>