Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_about.c 


Log Message:


cleanups

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_about.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_about.c   20 Sep 2005 10:20:34 -0000      1.3
+++ e_about.c   20 Sep 2005 10:35:26 -0000      1.4
@@ -77,7 +77,7 @@
        f = fopen(buf, "r");
        if (f)
          {
-            tbuf = strdup(_("<title>Authors</title>"));
+            tbuf = strdup(_("<title>The Team</title>"));
             while (fgets(buf, sizeof(buf), f))
               {
                  int len;
@@ -142,7 +142,7 @@
      {
        if (w < mw) w = mw;
        if (h < mh) h = mh;
-       e_win_size_max_set(about->win, mw, mh);
+//     e_win_size_max_set(about->win, mw, mh);
      }
    e_win_show(about->win);
 }




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to