Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/battery


Modified Files:
        Makefile.am e_mod_main.c 


Log Message:


cross-compile fixes, (odd that this didnt screw up before when i did some
cross-compiling of e for arm), illogict patches too :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/battery/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 14 Dec 2005 22:46:51 -0000      1.6
+++ Makefile.am 18 Feb 2006 04:35:27 -0000      1.7
@@ -11,7 +11,6 @@
 # the module .so file
 INCLUDES               = -I. \
                          -I$(top_srcdir) \
-                         -I$(includedir) \
                          -I$(top_srcdir)/$(MODULE) \
                          -I$(top_srcdir)/src/bin \
                          -I$(top_srcdir)/src/lib \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- e_mod_main.c        20 Jan 2006 04:04:12 -0000      1.66
+++ e_mod_main.c        18 Feb 2006 04:35:27 -0000      1.67
@@ -562,7 +562,7 @@
                                 e_dialog_text_set(dia, _("Battery Running 
Low<br>"
                                                          "Your battery is 
running low.<br>"
                                                          "You may wish to 
switch to an AC source."));
-                                e_dialog_button_add(dia, _("Ok"), NULL, NULL, 
NULL);
+                                e_dialog_button_add(dia, _("OK"), NULL, NULL, 
NULL);
                                 e_win_centered_set(dia->win, 1);
                                 e_dialog_show(dia);
                              }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to