Show
Ignore:
Timestamp:
01/23/09 14:57:26 (15 years ago)
Author:
smidl
Message:

[PATCH] UIfile class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/config/UIbuilder_test.cfg

    r244 r246  
    77test2: 
    88{ 
     9type= "internal"; 
     10path="int"; 
     11}; 
     12test3: 
     13{ 
    914type= "external"; 
    1015filename = "UIbuilder_test_ex.cfg"; 
    1116path="test2"; 
    1217}; 
     18int: 
     19{ 
     20type= "test2"; 
     21a= 1; 
     22S= "yeah!!!"; 
     23};