1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-01-03 14:57:41 -05:00

Use PACKAGE_NAME where appropriate

This commit is contained in:
John Zaitseff 2011-07-02 21:19:51 +10:00
parent 9e4e4b6d11
commit 0af905e1d9
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ playing that game. If GAME is not specified, start a new game.\n\n\
printf("Report %s bugs to <%s>.\n", PACKAGE_PACKAGER, PACKAGE_PACKAGER_BUG_REPORTS);
#endif
#ifdef PACKAGE_URL
printf("Star Traders home page: <%s>.\n", PACKAGE_URL);
printf(PACKAGE_NAME " home page: <%s>.\n", PACKAGE_URL);
#endif
}

View File

@ -35,7 +35,7 @@
* Global definitions *
************************************************************************/
#define GAME_FILE_HEADER "Star Traders Saved Game"
#define GAME_FILE_HEADER PACKAGE_NAME " Saved Game"
#define GAME_FILE_API_VERSION "7.0" /* For game loads and saves */