about summary refs log tree commit diff stats
path: root/src/GridText.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GridText.c')
-rw-r--r--src/GridText.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GridText.c b/src/GridText.c
index 7b4ee540..ebca529f 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -81,7 +81,7 @@ extern HTCJKlang HTCJK;
 PUBLIC HText * HTMainText = NULL;		/* Equivalent of main window */
 PUBLIC HTParentAnchor * HTMainAnchor = NULL;	/* Anchor for HTMainText */
 
-PUBLIC char * HTAppName = "Lynx";		/* Application name */
+PUBLIC char * HTAppName = LYNX_NAME;		/* Application name */
 PUBLIC char * HTAppVersion = LYNX_VERSION;	/* Application version */
 
 PUBLIC int HTFormNumber = 0;