|
From: <cn...@us...> - 2020-11-08 21:58:13
|
Revision: 1098
http://sourceforge.net/p/seq/svn/1098
Author: cn187
Date: 2020-11-08 21:58:11 +0000 (Sun, 08 Nov 2020)
Log Message:
-----------
Set default dock state of SpawnPointList to be consistent with other default windows
Modified Paths:
--------------
showeq/branches/pre_6_0_beta/conf/seqdef.xml
Modified: showeq/branches/pre_6_0_beta/conf/seqdef.xml
===================================================================
--- showeq/branches/pre_6_0_beta/conf/seqdef.xml 2020-11-08 21:58:00 UTC (rev 1097)
+++ showeq/branches/pre_6_0_beta/conf/seqdef.xml 2020-11-08 21:58:11 UTC (rev 1098)
@@ -2440,6 +2440,10 @@
<bool value="true" />
<comment>Dock Spawn List</comment>
</property>
+ <property name="DockedSpawnPoint" >
+ <bool value="true" />
+ <comment>Dock Spawn Point List</comment>
+ </property>
<property name="DockedSpellList" >
<bool value="true" />
<comment>Dock Spell List</comment>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|