Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        magwin.c 


Log Message:
Make magnifier window title translatable.

===================================================================
RCS file: /cvs/e/e16/e/src/magwin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- magwin.c    18 May 2007 21:18:24 -0000      1.4
+++ magwin.c    19 May 2007 18:44:39 -0000      1.5
@@ -435,7 +435,7 @@
    if (MagWin)
       return;
 
-   MagWin = MagwinCreate("Magnifier", VRoot.w / 4, VRoot.h / 4);
+   MagWin = MagwinCreate(_("Magnifier"), VRoot.w / 4, VRoot.h / 4);
    if (!MagWin)
      {
        Eprintf("Failed to create magnifier window\n");



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to