refactored CONTENTS_DETAIL macro

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@99 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog
2006-08-13 13:55:20 +00:00
parent 0b3ffc80a7
commit 3e076b28de
3 changed files with 10 additions and 10 deletions

View File

@@ -1065,7 +1065,7 @@ GtkWindow* SurfaceInspector::BuildDialog()
}
// not allowed to modify detail flag using Surface Inspector
gtk_widget_set_sensitive(GTK_WIDGET(m_contentFlags[27]), FALSE);
gtk_widget_set_sensitive(GTK_WIDGET(m_contentFlags[BRUSH_DETAIL_FLAG]), FALSE);
}
}
}