* src/edit_person.glade: Add colon after "Type" label.
* src/dialog.glade: Add accelerator to "Address" label of AddrEdit. * src/po/template.po: Update the above corrections in template. * src/plugins/Makefile.am: Ship CustomBookText.py svn: r1886
This commit is contained in:
parent
9b15daeb12
commit
d7c7132756
@ -14,6 +14,10 @@
|
||||
* src/plugins/WriteCD.py: Likewise.
|
||||
* src/plugins/WriteGedcom.py: Likewise.
|
||||
* src/Plugins.py: Add "..." at menu generation.
|
||||
* src/edit_person.glade: Add colon after "Type" label.
|
||||
* src/dialog.glade: Add accelerator to "Address" label of AddrEdit.
|
||||
* src/po/template.po: Update the above corrections in template.
|
||||
* src/plugins/Makefile.am: Ship CustomBookText.py
|
||||
|
||||
2003-07-14 Donald Peterson <dpeterson@sigmaxi.org>
|
||||
* src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a
|
||||
|
@ -1886,8 +1886,8 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label210">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Address:</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes">Add_ress:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -275,7 +275,7 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label269">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">T_ype</property>
|
||||
<property name="label" translatable="yes">T_ype:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
||||
|
@ -42,7 +42,8 @@ pkgpython_PYTHON = \
|
||||
rel_ru.py\
|
||||
eval.py\
|
||||
leak.py\
|
||||
SimpleBookTitle.py
|
||||
SimpleBookTitle.py\
|
||||
CustomBookText.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins
|
||||
pkgpythondir = @pkgpythondir@/plugins
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user