Sorry about that. My bad...
dh
Enlightenment SVN wrote:
> Log:
> ther is no _() macro in elm! intl not done (yet)
>
>
> Author: raster
> Date: 2009-10-09 19:53:22 -0700 (Fri, 09 Oct 2009)
> New Revision: 42990
>
> Modified:
> trunk/TMP/st/elementary/src/lib/elc_fileselector.c
>
> Modified: trunk/TMP/st/elementary/src/lib/elc_fileselector.c
> ===================================================================
> --- trunk/TMP/st/elementary/src/lib/elc_fileselector.c 2009-10-10
> 00:35:05 UTC (rev 42989)
> +++ trunk/TMP/st/elementary/src/lib/elc_fileselector.c 2009-10-10
> 02:53:22 UTC (rev 42990)
> @@ -421,7 +421,7 @@
>
> // cancel btn
> bt = elm_button_add(parent);
> - elm_button_label_set(bt, _("Cancel"));
> + elm_button_label_set(bt, "Cancel");
> elm_widget_sub_object_add(obj, bt);
> elm_box_pack_end(box, bt);
> evas_object_smart_callback_add(bt, "clicked", _canc, obj);
> @@ -429,7 +429,7 @@
>
> // ok btn
> bt = elm_button_add(parent);
> - elm_button_label_set(bt, _("Ok"));
> + elm_button_label_set(bt, "OK");
> elm_widget_sub_object_add(obj, bt);
> elm_box_pack_end(box, bt);
> evas_object_smart_callback_add(bt, "clicked", _ok, obj);
>
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel