File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
terraform_gui.c
Show inline comments
 
@@ -205,7 +205,7 @@ static OnButtonClick * const _terraform_
 

	
 
static void TerraformToolbWndProc(Window *w, WindowEvent *e)
 
{
 
	switch(e->event) {
 
	switch (e->event) {
 
	case WE_PAINT:
 
		DrawWindowWidgets(w);
 
		break;