File diff r2200:e7230ee22524 → r2201:660b847c7f07
settings_gui.c
Show inline comments
 
@@ -1199,7 +1199,7 @@ static void NewgrfWndProc(Window *w, Win
 

	
 
			// draw grf id
 
			x = DrawString(5, 209, STR_NEWGRF_GRF_ID, 0);
 
			snprintf(_userstring, USERSTRING_LEN, "%08X", _sel_grffile->grfid);
 
			snprintf(_userstring, lengthof(_userstring), "%08X", _sel_grffile->grfid);
 
			DrawString(x + 2, 209, STR_SPEC_USERSTRING, 0x01);
 
		}
 
	} break;