From d6aec3027ebec50e1096af7da19d03b1e5f5bea4 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期六, 19 十二月 2020 21:33:00 +0800
Subject: [PATCH] 20201219-99

---
 HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs
index de061ea..8e14468 100755
--- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneLocationPage.cs
@@ -33,7 +33,7 @@
             bodyView.AddChidren(contentView);
 
             System.Collections.Generic.List<Room> rooms = new System.Collections.Generic.List<Room>();
-            rooms.Add(new Room() { roomName = Language.StringByID(StringId.WholeHouseScene),parentId = ""  });
+            rooms.Add(new Room() { roomName = Language.StringByID(StringId.WholeZone),parentId = ""  });
             rooms.AddRange(SpatialInfo.CurrentSpatial.RoomList);
             foreach (var room in rooms)
             {

--
Gitblit v1.8.0