diff options
Diffstat (limited to 'addressbook/gui/component/select-names')
-rw-r--r-- | addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.oaf.in | 4 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.oaf.in b/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.oaf.in index e3719967b0..7f26e2aaed 100644 --- a/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.oaf.in +++ b/addressbook/gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.oaf.in @@ -9,7 +9,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Factory for the Addressbook's name selection interface"/> + _value="Factory for the Addressbook's name selection interface"/> </oaf_server> @@ -22,7 +22,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Evolution's addressbook name selection interface."/> + _value="Evolution's addressbook name selection interface."/> </oaf_server> diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index e1c8795707..0bbff76a71 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -16,9 +16,12 @@ $(IDL_GENERATED): $(IDLS) $(srcdir)/Evolution-Addressbook-SelectNames.idl oafdir = $(datadir)/oaf -oaf_DATA = GNOME_Evolution_Addressbook_SelectNames.oafinfo -# +oaf_in_files = GNOME_Evolution_Addressbook_SelectNames.oaf.in +oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) + +@XML_I18N_MERGE_OAF_RULE@ + INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-addressbook\" \ @@ -66,6 +69,7 @@ glade_DATA = select-names.glade EXTRA_DIST = \ $(glade_DATA) \ + $(oaf_in_files) \ $(oaf_DATA) \ $(IDLS) |