CHANGED: #1471 Extended the project file parser a little, now it also takes a MasterGroup name, and the name of a group that's activated after parsing. These are used to activate the groups, so that the Nel GUI widgets can be drawn.
--HG-- branch : gsoc2012-gui-editorhg/feature/sse2
parent
15ec7410f6
commit
b711965b15
@ -1,11 +1,16 @@
|
||||
<project>
|
||||
<header>
|
||||
<name>login</name>
|
||||
<mastergroup>ui:login</mastergroup>
|
||||
<activegroup>ui:login:checkpass</activegroup>
|
||||
</header>
|
||||
<files>
|
||||
<guifiles>
|
||||
<file>login_config.xml</file>
|
||||
<file>login_keys.xml</file>
|
||||
<file>login_main.xml</file>
|
||||
<file>login_widgets.xml</file>
|
||||
</files>
|
||||
<file>login_main.xml</file>
|
||||
<file>login_keys.xml</file>
|
||||
</guifiles>
|
||||
<mapfiles>
|
||||
<file>texture_interfaces_v3_login.tga</file>
|
||||
</mapfiles>
|
||||
</project>
|
Loading…
Reference in New Issue