diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-08-03 03:44:23 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-03 03:44:23 +0800 |
commit | 9a96cbd58ed1f063c81af4bc2900ba6dce677ca3 (patch) | |
tree | 176645248b2e609589bf4c75d6207e626da4ea28 /my-evolution/e-summary-calendar.c | |
parent | 5e1e2e985029a2be5dd2d85e32ad613c2eec3b48 (diff) | |
download | gsoc2013-evolution-9a96cbd58ed1f063c81af4bc2900ba6dce677ca3.tar.gz gsoc2013-evolution-9a96cbd58ed1f063c81af4bc2900ba6dce677ca3.tar.zst gsoc2013-evolution-9a96cbd58ed1f063c81af4bc2900ba6dce677ca3.zip |
Install and use the new My Evolution icons from Jakub (they look really
awesome Jakub, nice work).
svn path=/trunk/; revision=11596
Diffstat (limited to 'my-evolution/e-summary-calendar.c')
-rw-r--r-- | my-evolution/e-summary-calendar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 33d4f15a39..442bf1db6e 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -176,7 +176,7 @@ generate_html (gpointer data) s1 = e_utf8_from_locale_string (_("Appointments")); s2 = e_utf8_from_locale_string (_("No appointments")); g_free (calendar->html); - calendar->html = g_strconcat ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" " + calendar->html = g_strconcat ("<dl><dt><img src=\"myevo-appointments.png\" align=\"middle\" " "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Calendar\">", s1, "</a></b></dt><dd><b>", s2, "</b></dd></dl>", NULL); g_free (s1); @@ -189,7 +189,7 @@ generate_html (gpointer data) uids = cal_list_sort (uids, sort_uids, summary); - string = g_string_new ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" " + string = g_string_new ("<dl><dt><img src=\"myevo-appointments.png\" align=\"middle\" " "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Calendar\">"); s = e_utf8_from_locale_string (_("Appointments")); g_string_append (string, s); |