Show Everything plugin's names translated in the settings dialog (patch from Igor...
authorMassimo Maiurana <maiurana@gmail.com>
Sun, 16 Dec 2012 16:59:48 +0000 (16:59 +0000)
committerMassimo Maiurana <maiurana@gmail.com>
Sun, 16 Dec 2012 16:59:48 +0000 (16:59 +0000)
SVN revision: 81050

src/modules/everything/evry_config.c

index ff5f6e5..04f2012 100644 (file)
@@ -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);