OFLCをCOBに修正し忘れ。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@518 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2010-08-09 08:54:32 +00:00
parent 36006283d5
commit 8f4991c405

View File

@ -251,7 +251,7 @@ System::String^ MasterEditorTWL::getOgnName( int ogn )
} }
else if( ogn == OS_TWL_PCTL_OGN_AGCB ) 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 ) else if( ogn == OS_TWL_PCTL_OGN_GRB )
{ {