mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +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>
|
2000-10-19 Martin Bialasinski <martin@internet-treff.uni-koeln.de>
|
||||||
|
|
||||||
* gscreen.c (toolbar): Fixes misspelling of "hierarchy".
|
* 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);
|
gnome_metadata_set (link_name, "icon-filename", strlen (icon) + 1, icon);
|
||||||
g_free (icon);
|
g_free (icon);
|
||||||
}
|
}
|
||||||
|
gnome_metadata_set (link_name, "icon-caption", strlen (_("Trash")) + 1, _("Trash"));
|
||||||
g_free (link_name);
|
g_free (link_name);
|
||||||
|
|
||||||
/* Create custom links */
|
/* Create custom links */
|
||||||
|
Loading…
Reference in New Issue
Block a user