use gnome_vfs_make_uri_from_shell_arg() to parse the first argument.

2004-11-28  James Henstridge  <james@jamesh.id.au>

	* thumbnailer.c (main): use gnome_vfs_make_uri_from_shell_arg() to
	parse the first argument.
	(main): if the glyphs for 'A' and 'a' aren't found, pick some
	other ones so we display something possibly relevant.
	(draw_char): pass in a glyph index rather than a character.
This commit is contained in:
James Henstridge 2004-11-28 13:51:58 +00:00 committed by James Henstridge
parent de983c365c
commit 5207e9151a
3 changed files with 27 additions and 11 deletions

View file

@ -128,7 +128,7 @@ fontilus_context_menu_get_file_items (NautilusMenuProvider *provider,
if (nautilus_file_info_is_directory (file)) goto end;
/* create the context menu item */
item = nautilus_menu_item_new ("fontilus-set-default-font",
item = nautilus_menu_item_new ("Fontilus::set_default_font",
_("Set as Application Font"),
_("Sets the default application font"),
NULL);