diff options
Diffstat (limited to 'plugins/mark-calendar-offline')
-rw-r--r-- | plugins/mark-calendar-offline/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mark-calendar-offline/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml (renamed from plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in) | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/plugins/mark-calendar-offline/ChangeLog b/plugins/mark-calendar-offline/ChangeLog index 2d79a943a2..75ee16bf23 100644 --- a/plugins/mark-calendar-offline/ChangeLog +++ b/plugins/mark-calendar-offline/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + * org-gnome-mark-calendar-offline.eplug.xml: s/.in/.xml/ & i18n. + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-mark-calendar-offline.eplug.in: Shortened the diff --git a/plugins/mark-calendar-offline/Makefile.am b/plugins/mark-calendar-offline/Makefile.am index bdd9fc46f3..907465406b 100644 --- a/plugins/mark-calendar-offline/Makefile.am +++ b/plugins/mark-calendar-offline/Makefile.am @@ -10,4 +10,4 @@ plugin_LTLIBRARIES = liborg-gnome-mark-calendar-offline.la liborg_gnome_mark_calendar_offline_la_SOURCES = mark-calendar-offline.c liborg_gnome_mark_calendar_offline_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-mark-calendar-offline.eplug.in
\ No newline at end of file +EXTRA_DIST = org-gnome-mark-calendar-offline.eplug.xml diff --git a/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml index 3b3d62f06c..af42a0f575 100644 --- a/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in +++ b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml @@ -1,19 +1,19 @@ <?xml version="1.0"?> <e-plugin-list> <e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib" - name="Mark calendar offline" + _name="Mark calendar offline" location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline.so"> <author name="Harish Krishnaswamy" email="kharish@novell.com"/> - <description>Marks the selected calendar for offline viewing.</description> + <_description>Marks the selected calendar for offline viewing.</_description> <hook class="org.gnome.evolution.calendar.popup:1.0"> <menu id="org.gnome.evolution.calendar.source.popup" target="source"> - <item type="item" path="28.mark_calendar_offline" label="_Mark Calendar for offline use" icon="stock_disconnect" visible="offline" activate="org_gnome_mark_calendar_offline"/> + <item type="item" path="28.mark_calendar_offline" _label="_Mark Calendar for offline use" icon="stock_disconnect" visible="offline" activate="org_gnome_mark_calendar_offline"/> </menu> </hook> <hook class="org.gnome.evolution.calendar.popup:1.0"> <menu id="org.gnome.evolution.calendar.source.popup" target="source"> - <item type="item" path="28.mark_calendar_no_offline" label="_Do not make this available offline" icon="stock_connect" visible="no-offline" activate="org_gnome_mark_calendar_no_offline"/> + <item type="item" path="28.mark_calendar_no_offline" _label="_Do not make this available offline" icon="stock_connect" visible="no-offline" activate="org_gnome_mark_calendar_no_offline"/> </menu> </hook> </e-plugin> |