Skip to content

Commit a87ae53

Browse files
cell message
1 parent 28870b0 commit a87ae53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/apps/DEM/xml/material_relations/material_relations_window.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ proc DEM::xml::ShowMaterialRelationWindow { } {
5252
if {[dict exists $relations $ref_mat_name]} {
5353
if {$check_mat_name in [dict get $relations $ref_mat_name]} {set exists 1}
5454
}
55-
if {$exists} {lappend row V} {lappend row O}
55+
if {$exists} {lappend row OK} {lappend row MISSING}
5656
}
5757
$table insert "" end -id $ref_mat_name -text $ref_mat_name -values $row
5858
}

0 commit comments

Comments
 (0)