diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/utility.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/utility.cpp index 24c7417..fbcc9cc 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/utility.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/utility.cpp @@ -251,7 +251,7 @@ System::String^ MasterEditorTWL::getOgnName( int ogn ) } else if( ogn == OS_TWL_PCTL_OGN_AGCB ) { - name = gcnew System::String("OFLC"); + name = gcnew System::String("COB"); } else if( ogn == OS_TWL_PCTL_OGN_GRB ) {