X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Finterface.c;h=b71d94465f264369eefe08d31fc3cd489c646e57;hb=8be652c8915e16cd64b0b34c84ca43d9f892ded9;hp=52030f3b398e9300ba4e58bfaa9fd71d17c4b7dd;hpb=b98fbd4e9c71447d81fc9bd643fb174c76346e0f;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/interface.c b/Usermode/Applications/axwin2_src/WM/interface.c index 52030f3b..b71d9446 100644 --- a/Usermode/Applications/axwin2_src/WM/interface.c +++ b/Usermode/Applications/axwin2_src/WM/interface.c @@ -39,7 +39,7 @@ void Interface_Init(void) // ---- Plain
style spacer ---- WM_CreateElement(area, ELETYPE_SPACER, 0); - // Windows Go Here + // Open Windows Go Here // --- Bottom Segment --- area = WM_CreateElement(gpInterface_Sidebar, ELETYPE_BOX, ELEFLAG_VERTICAL|ELEFLAG_ALIGN_END);