* src/gramps_main.py: re-present the open dialog box on

a failure to open a file.
* src/gramps.glade: change Home button from stock version
to something we can translate


svn: r2098
This commit is contained in:
Don Allingham
2003-09-07 14:16:25 +00:00
parent 445266eacc
commit a0c10c2203
2 changed files with 8 additions and 3 deletions

View File

@@ -778,8 +778,9 @@
<widget class="button" id="button97">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Make the Home Person the active person</property>
<property name="label">gtk-home</property>
<property name="use_stock">True</property>
<property name="label" translatable="yes">_Home</property>
<property name="use_underline">True</property>
<property name="stock_pixmap">gtk-home</property>
<signal name="clicked" handler="on_home_clicked"/>
</widget>
</child>