void UpdateSurfaceDialog( void ) {
	if ( g_surfwin )  {
		g_dlgSurface.SetTexMods();
		g_dlgSurface.UpdateInfo();	// sikk - Merged Patch Inspector into Surface Inspector
	}

	g_pParentWnd->UpdateTextureBar();
}