From c2062025d05cda6f35aa1b30aff5ec38ebbb25a9 Mon Sep 17 00:00:00 2001 From: "Samuel F. Baggen" Date: Sat, 14 Apr 2012 14:37:29 +0000 Subject: [PATCH] updated remaining copyright year from sources too SVN revision: 70184 --- src/bin/e_about.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/e_about.c b/src/bin/e_about.c index 94eb56958..51d353079 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -10,7 +10,7 @@ EAPI E_About * e_about_new(E_Container *con) { E_Obj_Dialog *od; - + od = e_obj_dialog_new(con, _("About Enlightenment"), "E", "_about"); if (!od) return NULL; e_obj_dialog_obj_theme_set(od, "base/theme/about", "e/widgets/about/main"); @@ -20,7 +20,7 @@ e_about_new(E_Container *con) e_obj_dialog_obj_part_text_set (od, "e.textblock.about", _( - "Copyright © 1999-2011, by the Enlightenment " + "<title>Copyright © 1999-2012, by the Enlightenment " "Development Team</><br>" "<br>" "We hope you enjoy using this software as much as we enjoyed " @@ -36,7 +36,7 @@ e_about_new(E_Container *con) "yet and may have many bugs. You have been <hilight>WARNED!</>" ) ); - + { FILE *f; char buf[4096], buf2[4096], *tbuf; @@ -52,7 +52,7 @@ e_about_new(E_Container *con) len = strlen(buf); if (len > 0) - { + { if (buf[len - 1] == '\n') { buf[len - 1] = 0;