From 8f4991c405f6af60362366b532c03a2c2fc6cec0 Mon Sep 17 00:00:00 2001 From: nishikawa_takeshi Date: Mon, 9 Aug 2010 08:54:32 +0000 Subject: [PATCH] =?UTF-8?q?OFLC=E3=82=92COB=E3=81=AB=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=81=97=E5=BF=98=E3=82=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@518 7061adef-622a-194b-ae81-725974e89856 --- .../MasterEditor/MasterEditorTWL/MasterEditorTWL/utility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {