Parent Directory
|
Revision Log
|
Patch
revision 2555 by jonathan, Thu Jan 27 14:19:41 2005 UTC | revision 2556 by bernhard, Mon Feb 7 13:46:53 2005 UTC | |
---|---|---|
# | Line 161 class ClassGrid(wxGrid): | Line 161 class ClassGrid(wxGrid): |
161 | group = self.GetTable().GetClassGroup(sel[0]) | group = self.GetTable().GetClassGroup(sel[0]) |
162 | if isinstance(group, ClassGroupDefault): | if isinstance(group, ClassGroupDefault): |
163 | wxMessageDialog(self, | wxMessageDialog(self, |
164 | "The Default group cannot be removed.", | _("The Default group cannot be removed."), |
165 | style = wxOK | wxICON_EXCLAMATION).ShowModal() | style = wxOK | wxICON_EXCLAMATION).ShowModal() |
166 | return | return |
167 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |