Wed Jan 10 15:52:51 2001 Jonathan Blandford <jrb@redhat.com>

* gdesktop-init.c (gdesktop_links_init): allow I18N of trash.
This commit is contained in:
Jonathan Blandford 2001-01-10 21:22:26 +00:00
parent 7808a01322
commit 06804f51f1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 10 15:52:51 2001 Jonathan Blandford <jrb@redhat.com>
* gdesktop-init.c (gdesktop_links_init): allow I18N of trash.
2000-10-19 Martin Bialasinski <martin@internet-treff.uni-koeln.de>
* gscreen.c (toolbar): Fixes misspelling of "hierarchy".

View File

@ -155,6 +155,7 @@ gdesktop_links_init (void)
gnome_metadata_set (link_name, "icon-filename", strlen (icon) + 1, icon);
g_free (icon);
}
gnome_metadata_set (link_name, "icon-caption", strlen (_("Trash")) + 1, _("Trash"));
g_free (link_name);
/* Create custom links */