From c09339f3d132c4dc97535b010b74f71bca27cdb7 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Tue, 17 Dec 2024 23:12:17 -0600 Subject: [PATCH] Fix color label table header --- Logic/Common/ColorLabelTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logic/Common/ColorLabelTable.cxx b/Logic/Common/ColorLabelTable.cxx index e1b55876..d85180e2 100644 --- a/Logic/Common/ColorLabelTable.cxx +++ b/Logic/Common/ColorLabelTable.cxx @@ -225,7 +225,7 @@ ::SaveToFile(const char *file) const fout << "# -B-: Blue color component (0..255)" << endl; fout << "# -A-: Label transparency (0.00 .. 1.00)" << endl; fout << "# VIS: Label visibility (0 or 1)" << endl; - fout << "# IDX: Label mesh visibility (0 or 1)" << endl; + fout << "# MSH: Label mesh visibility (0 or 1)" << endl; fout << "# LABEL: Label description " << endl; fout << "################################################"<< endl;