projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1d6e0
)
Show Everything plugin's names translated in the settings dialog (patch from Igor...
author
Massimo Maiurana
<maiurana@gmail.com>
Sun, 16 Dec 2012 16:59:48 +0000
(16:59 +0000)
committer
Massimo Maiurana
<maiurana@gmail.com>
Sun, 16 Dec 2012 16:59:48 +0000
(16:59 +0000)
SVN revision: 81050
src/modules/everything/evry_config.c
patch
|
blob
|
history
diff --git
a/src/modules/everything/evry_config.c
b/src/modules/everything/evry_config.c
index
ff5f6e5
..
04f2012
100644
(file)
--- a/
src/modules/everything/evry_config.c
+++ b/
src/modules/everything/evry_config.c
@@
-217,7
+217,7
@@
_fill_list(Eina_List *plugins, Evas_Object *obj, int enabled __UNUSED__)
* evas_object_del(end);
* end = NULL;
* } */
- e_widget_ilist_append(obj, NULL,
pc->name
, NULL, pc, NULL);
+ e_widget_ilist_append(obj, NULL,
_(pc->name)
, NULL, pc, NULL);
}
e_widget_ilist_go(obj);