PRODUCT_NAME -> PRODUCT_FAMILY

PRODUCT_NAME_VER -> PRODUCT_ID_VER
This commit is contained in:
Chris Danford
2006-02-26 00:31:31 +00:00
parent 1f7550852c
commit ff338d15b8
4 changed files with 7 additions and 7 deletions
@@ -275,7 +275,7 @@ static void child_process()
exit(1);
}
fprintf( CrashDump, "%s crash report", PRODUCT_NAME_VER );
fprintf( CrashDump, "%s crash report", PRODUCT_ID_VER );
#if defined(HAVE_VERSION_INFO)
fprintf( CrashDump, " (build %u)", version_num);
#endif
@@ -359,7 +359,7 @@ static void child_process()
fprintf( tty,
"\n"
PRODUCT_NAME " has crashed. Debug information has been output to\n"
PRODUCT_ID " has crashed. Debug information has been output to\n"
"\n"
" " + sCrashInfoPath + "\n"
"\n"