diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-20 11:39:10 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-20 11:39:10 +0800 |
commit | 65a899cbd62be7579e5e29927f07699dd583b2d0 (patch) | |
tree | 1fdd310103ef0106764a94460d7fae0eca8eede2 /my-evolution/e-summary-calendar.c | |
parent | 4e5e5e5ea2b1d41f4075b65a86b3aabf2ae630c7 (diff) | |
download | gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.tar gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.tar.gz gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.tar.bz2 gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.tar.lz gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.tar.xz gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.tar.zst gsoc2013-evolution-65a899cbd62be7579e5e29927f07699dd583b2d0.zip |
Update the evolution:/local/ URI's to evolution:/Local Folders/ to go
2001-07-19 Jason Leach <jleach@ximian.com>
* e-summary-tasks.c: Update the evolution:/local/ URI's to
evolution:/Local Folders/ to go along with todays shell changes.
* e-summary-mail.c: Ditto.
* e-summary-calendar.c: Ditto.
svn path=/trunk/; revision=11252
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 5e5b730620..76709a2be6 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -177,7 +177,7 @@ generate_html (gpointer data) 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\" " - "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Calendar\">", + "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/Local Folders/Calendar\">", s1, "</a></b></dt><dd><b>", s2, "</b></dd></dl>", NULL); g_free (s1); g_free (s2); @@ -190,7 +190,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\" " - "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Calendar\">"); + "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/Local Folders/Calendar\">"); s = e_utf8_from_locale_string (_("Appointments")); g_string_append (string, s); g_free (s); |