summaryrefslogtreecommitdiff
path: root/src/menus.c
diff options
context:
space:
mode:
authorTim Wiederhake <twied@gmx.net>2024-03-03 12:55:11 +0100
committerThomas E. Dickey <dickey@his.com>2024-03-07 00:42:09 +0000
commit451e1b036d3dd0fddcf54733b5616169ed5ad570 (patch)
tree91411707fa9b1393f8f676000617d70454797af8 /src/menus.c
parentb603079e08f085a6b23f2fdf3f7eef9ccec86424 (diff)
Provide defaults for externally defined symbols
AM_CPPFLAGS defines several symbols that do not have to be there. By providing default values in twm.h, this list can be reduced in size while still allowing to override these values. Signed-off-by: Tim Wiederhake <twied@gmx.net>
Diffstat (limited to 'src/menus.c')
-rw-r--r--src/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menus.c b/src/menus.c
index 9b4ecd3..41f5bad 100644
--- a/src/menus.c
+++ b/src/menus.c
@@ -2529,8 +2529,8 @@ Identify(TwmWindow *t)
Window wdummy = None;
n = 0;
- snprintf(Info[n++], INFO_SIZE, "Twm version: %s, %s",
- XVENDORNAME, XORG_RELEASE);
+ snprintf(Info[n++], INFO_SIZE, "Twm version: %s, Release %s",
+ XVENDORNAME, APP_VERSION);
Info[n++][0] = '\0';
if (t) {