Set an icon for the "template" plug-in
This commit is contained in:
parent
5219355d09
commit
a8db5df839
@ -1,5 +1,5 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2012 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2011-2013 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Browser */
|
/* This file is part of DeforaOS Desktop Browser */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -47,7 +47,7 @@ static void _template_refresh(Template * template, GList * selection);
|
|||||||
BrowserPluginDefinition plugin =
|
BrowserPluginDefinition plugin =
|
||||||
{
|
{
|
||||||
N_("Template"),
|
N_("Template"),
|
||||||
NULL,
|
"image-missing",
|
||||||
NULL,
|
NULL,
|
||||||
_template_init,
|
_template_init,
|
||||||
_template_destroy,
|
_template_destroy,
|
||||||
|
Loading…
Reference in New Issue
Block a user