# HG changeset patch # User Matti Hamalainen # Date 1411688254 -10800 # Node ID ad6acc8144bdfc097f42ee10969eebe78c35ae6a # Parent 79e6d08b473f49dbd397ab853465a7a5efce7b09 Adjust some field titles. diff -r 79e6d08b473f -r ad6acc8144bd sidinfo.c --- a/sidinfo.c Fri Sep 26 02:26:43 2014 +0300 +++ b/sidinfo.c Fri Sep 26 02:37:34 2014 +0300 @@ -70,7 +70,7 @@ { SIF_FILENAME , "Filename" , NULL }, { SIF_PLAYER_TYPE , "PlayerType" , "Player type" }, - { SIF_PLAYSID_TUNE , "PlaySIDTune", "PlaySID tune" }, + { SIF_PLAYSID_TUNE , "PlayerCompat", "Player compatibility" }, { SIF_VIDEO_CLOCK , "VideoClock" , "Video clock speed" }, { SIF_SID_MODEL , "SIDModel" , "SID model" }, @@ -490,7 +490,7 @@ if (psid->version >= 2) { char *str; - PR(15, "%s", NULL, (psid->flags & PSF_PLAYSID_TUNE) ? "C64 compatible" : "PlaySID"); + PR(15, "%s", NULL, (psid->flags & PSF_PLAYSID_TUNE) ? "PlaySID" : "C64 compatible"); switch (psid->flags & PSF_CLOCK_MASK) {