From 7ccdb0dcfaf26c7d24b5c53f8bffb246050f3a78 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 21 Aug 2011 07:38:52 +0000 Subject: [PATCH] dont check immortal stuff on restart SVN revision: 62646 --- src/bin/e_about.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_about.c b/src/bin/e_about.c index a5d10c26b..2587d1183 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -30,9 +30,9 @@ e_about_new(E_Container *con) "so please see the COPYING and COPYING-PLAIN licence files " "installed on your system.
" "
" - "Enlightenment is under HEAVY DEVELOPMENT and it " + "Enlightenment is under HEAVY DEVELOPMENT and it " "is not stable. Many features are incomplete or even non-existent " - "yet and may have many bugs. You have been WARNED!" + "yet and may have many bugs. You have been WARNED!" ) ); @@ -44,7 +44,7 @@ e_about_new(E_Container *con) f = fopen(buf, "r"); if (f) { - tbuf = strdup(_("The Team")); + tbuf = strdup(_("The Team</><br><br>")); while (fgets(buf, sizeof(buf), f)) { int len;