degesch: update program logo
I've noticed that the old one wasn't very pleasant to look at.
This commit is contained in:
parent
48423aa4af
commit
8a3144f0ac
12
degesch.c
12
degesch.c
|
@ -13098,12 +13098,12 @@ main (int argc, char *argv[])
|
|||
|
||||
static const char *g_logo[] =
|
||||
{
|
||||
" __ __ ",
|
||||
" __/ / ____ ____ ____ ____ ____ / /_ ",
|
||||
" / / / , / / / / , / / __/ / __/ / __ \\ ",
|
||||
" / / / / __/ / / / / __/ /_ / / /_ / / / / ",
|
||||
"/___/ /___/ /_ / /___/ /___/ /___/ /_/ /_/ " PROGRAM_VERSION,
|
||||
" /___/ ",
|
||||
" __ __ ",
|
||||
" __/ /___________________/ / ",
|
||||
" / / , / / , / __/ __/ _ \\ ",
|
||||
"/ / / __/ / / __/_ / /_/ // / ",
|
||||
"\\__/\\__/_ /\\__/___/\\__/_//_/ " PROGRAM_VERSION,
|
||||
" /___/",
|
||||
""
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue