| 179 | } |
| 180 | |
| 181 | wxString TableState::GetDisallowGroupModifyMsg(const wxString& grp_nm) |
| 182 | { |
| 183 | wxString s; |
| 184 | int n = GetNumDisallowGroupModify(grp_nm); |
| 185 | s = wxString::Format(_("Before you can modify the variable %s, please close the %d view(s) that depend on it."), grp_nm, n); |
| 186 | return s; |
| 187 | } |
| 188 | |
| 189 | int TableState::GetNumDisallowObservationAddDelete() |
| 190 | { |
no outgoing calls
no test coverage detected