degesch: update program logo

I've noticed that the old one wasn't very pleasant to look at.
This commit is contained in:
Přemysl Eric Janouch 2016-03-28 21:08:04 +02:00
parent 48423aa4af
commit 8a3144f0ac
1 changed files with 6 additions and 6 deletions

View File

@ -13098,12 +13098,12 @@ main (int argc, char *argv[])
static const char *g_logo[] =
{
" __ __ ",
" __/ / ____ ____ ____ ____ ____ / /_ ",
" / / / , / / / / , / / __/ / __/ / __ \\ ",
" / / / / __/ / / / / __/ /_ / / /_ / / / / ",
"/___/ /___/ /_ / /___/ /___/ /___/ /_/ /_/ " PROGRAM_VERSION,
" /___/ ",
" __ __ ",
" __/ /___________________/ / ",
" / / , / / , / __/ __/ _ \\ ",
"/ / / __/ / / __/_ / /_/ // / ",
"\\__/\\__/_ /\\__/___/\\__/_//_/ " PROGRAM_VERSION,
" /___/",
""
};