mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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:
parent
7808a01322
commit
06804f51f1
@ -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".
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user