diff --git a/data/themes/default_about.edc b/data/themes/default_about.edc index b03e7c033..f8b4de3c2 100644 --- a/data/themes/default_about.edc +++ b/data/themes/default_about.edc @@ -11,6 +11,7 @@ images { image: "e17_about_sky2.png" LOSSY 70; image: "e17_about_sky3.png" LOSSY 70; image: "e17_about_sky4.png" LOSSY 70; + image: "e17_about_sky5.png" LOSSY 70; image: "e17_about_sky_overlay.png" COMP; } @@ -193,6 +194,22 @@ group { } } } + part { + name: "sky5"; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + to: "sky"; + } + rel2 { + to: "sky"; + } + image { + normal: "e17_about_sky5.png"; + } + } + } part { name: "sky_over"; mouse_events: 0; diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 7b5414fef..defb73bab 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -321,4 +321,5 @@ e17_about_sky1.png \ e17_about_sky2.png \ e17_about_sky3.png \ e17_about_sky4.png \ +e17_about_sky5.png \ e17_about_sky_overlay.png diff --git a/data/themes/images/e17_about_sky5.png b/data/themes/images/e17_about_sky5.png new file mode 100644 index 000000000..29b176435 Binary files /dev/null and b/data/themes/images/e17_about_sky5.png differ diff --git a/src/bin/e_about.c b/src/bin/e_about.c index f508c3e99..5fccbf40b 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -58,13 +58,13 @@ e_about_new(E_Container *con) "writing it.
" "
" "This software is provided as-is with no explicit or implied " - "warranty. This software is goverened by licensing conditions, " + "warranty. This software is governed by licensing conditions, " "so please see the COPYING and COPYING-PLAIN licence files " - "installed on your system by this software.
" + "installed on your system.
" "
" "Enlightenment is under HEAVY DEVELOPMENT and it " "is not stable. Many features are incomplete or even non-existant " - "yet and may have many bugs. You have been warned!" + "yet and may have many bugs. You have been WARNED!" ) ); edje_object_signal_callback_add(about->bg_object, "close", "",