1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    GormPrefController = {
4	Actions = (
5	    "popupAction:"
6	);
7	Outlets = (
8	    popup,
9	    prefBox,
10	    panel
11	);
12	Super = NSObject;
13    };
14}