SVN revision: 16788
This commit is contained in:
Carsten Haitzler 2005-09-20 10:35:26 +00:00
parent 5f20ecfdfd
commit 06588b86dc
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ styles
tag: "br" "\n"; tag: "br" "\n";
tag: "hilight" "+ font=Edje-Vera-Bold style=glow color=#fff glow2_color=#fe87 glow_color=#fa14"; tag: "hilight" "+ font=Edje-Vera-Bold style=glow color=#fff glow2_color=#fe87 glow_color=#fa14";
tag: "title" "+ font_size=12 font=Edje-Vera-Bold style=glow color=#fff glow2_color=#0003 glow_color=#0002"; tag: "title" "+ font_size=12 font=Edje-Vera-Bold style=soft_shadow color=#fff shadow_color=#00000020";
tag: "/title" "- \n \n"; tag: "/title" "- \n \n";
} }
} }

View File

@ -77,7 +77,7 @@ e_about_new(E_Container *con)
f = fopen(buf, "r"); f = fopen(buf, "r");
if (f) if (f)
{ {
tbuf = strdup(_("<title>Authors</title>")); tbuf = strdup(_("<title>The Team</title>"));
while (fgets(buf, sizeof(buf), f)) while (fgets(buf, sizeof(buf), f))
{ {
int len; int len;
@ -142,7 +142,7 @@ e_about_show(E_About *about)
{ {
if (w < mw) w = mw; if (w < mw) w = mw;
if (h < mh) h = mh; 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); e_win_show(about->win);
} }