public static void SetGUIProperty(this GUIWindow window, string which, string value, bool isInternalMediaportal = false) { if (string.IsNullOrEmpty(value)) { value = " "; } GUIPropertyManager.SetProperty(window.GetPropertyName(which, isInternalMediaportal), value); }