From 51444f1133456ffafffb692bc2a4dba6f48691e3 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 15 Feb 2006 08:39:57 +0000 Subject: [PATCH] Since the icon says "XCurses", use that instead of "PDCurses" for the default title. --- x11/process/x11.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/process/x11.c b/x11/process/x11.c index 8283db12..ba9a3de0 100644 --- a/x11/process/x11.c +++ b/x11/process/x11.c @@ -25,7 +25,7 @@ #ifdef PDCDEBUG const char rcsid_x11 = - "$Id: x11.c,v 1.33 2006/02/15 07:46:36 wmcbrine Exp $"; + "$Id: x11.c,v 1.34 2006/02/15 08:39:57 wmcbrine Exp $"; #endif extern AppData app_data; @@ -473,7 +473,7 @@ void XCursesProcessRequestsFromCurses(XtPointer client_data, int *fid, int XCursesSetupX(char *display_name, int argc, char *argv[]) { - static char *myargv[] = {"PDCurses", NULL}; + static char *myargv[] = {"XCurses", NULL}; extern bool sb_started; int italic_font_valid; @@ -488,7 +488,7 @@ int XCursesSetupX(char *display_name, int argc, char *argv[]) /* The following kludge is to force XtVaAppInitialize() to recognize the name of the program. Without it, a default - value of "PDCurses" is used. */ + value of "XCurses" is used. */ if (!argv) {