forked from e16/e16
1
0
Fork 0

Adjust various places showing the e16 version.

SVN revision: 39841
This commit is contained in:
Kim Woelders 2009-04-03 19:31:23 +00:00
parent a10dd9dd42
commit 9f5faebdd7
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,8 @@ _DlgFillAbout(Dialog * d, DItem * table, void *data __UNUSED__)
DItem *di;
char buf[1024];
Esnprintf(buf, sizeof(buf), _("About Enlightenment %s"), e_wm_version);
Esnprintf(buf, sizeof(buf), _("About Enlightenment e16 version %s"),
e_wm_version);
DialogSetTitle(d, buf);
DialogItemTableSetOptions(table, 2, 0, 0, 0);
@ -42,8 +43,7 @@ _DlgFillAbout(Dialog * d, DItem * table, void *data __UNUSED__)
di = DialogAddItem(table, DITEM_TEXT);
Esnprintf(buf, sizeof(buf),
_("Welcome to the %s version\n"
"of the Enlightenment window manager.\n"
_("Welcome to Enlightenment e16\n" "version %s.\n"
"If you find a bug, please do not\n"
"hesitate to send in a bug report.\n"
"We hope you enjoy the software.\n" "\n"

View File

@ -42,7 +42,7 @@
#include <signal.h>
#include <time.h>
const char e_wm_name[] = "Enlightenment";
const char e_wm_name[] = "e16";
const char e_wm_version[] = VERSION;
EConf Conf;