X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=4d2c9f72a5fe7ba303653654df82fc84d3f4ed0e;hp=b874d0820c6341f124ccb9748dd91bce0a0d395b;hb=be2f6b93943c955481ad616412ef42e929b31974;hpb=d60dae8066b7965df66ba68f9f98ea1222b4fc49 diff --git a/gui.c b/gui.c index b874d082..4d2c9f72 100644 --- a/gui.c +++ b/gui.c @@ -605,8 +605,8 @@ static void print_welcome(void) { if (loglevel > LL_NOTICE) return; - outputf(COLOR_WELCOME, "Welcome to para_gui " PACKAGE_VERSION - " \"" CODENAME "\". Theme: %s", theme.name); + outputf(COLOR_WELCOME, "Welcome to %s. Theme: %s", + version_single_line("gui"), theme.name); wclrtoeol(bot.win); } @@ -1432,8 +1432,7 @@ static void com_enlarge_top_win(void) static void com_version(void) { - print_in_bar(COLOR_MSG, "para_gui " PACKAGE_VERSION " \"" - CODENAME "\""); + print_in_bar(COLOR_MSG, "%s", version_single_line("gui")); } __noreturn static void com_quit(void)