マスタエディタ:提出確認書に記述される文字列も"Jpeg Signature"に変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@241 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-03-12 08:42:46 +00:00
parent 651c7af17b
commit ae949ceacf
5 changed files with 6 additions and 6 deletions

View File

@ -175,7 +175,7 @@ void Form1::setSrlForms(void)
System::String ^acc = gcnew System::String(""); System::String ^acc = gcnew System::String("");
if( this->hSrl->IsCommonClientKey == true ) if( this->hSrl->IsCommonClientKey == true )
{ {
acc += "commonClientKey.\r\n"; acc += "CommonClientKey.\r\n";
} }
if( this->hSrl->IsAesSlotBForES == true ) if( this->hSrl->IsAesSlotBForES == true )
{ {
@ -199,7 +199,7 @@ void Form1::setSrlForms(void)
} }
if( this->hSrl->IsCommonClientKeyForDebugger == true ) if( this->hSrl->IsCommonClientKeyForDebugger == true )
{ {
acc += "commonClientKey(Debugger System Menu).\r\n"; acc += "CommonClientKey(Debugger System Menu).\r\n";
} }
this->tboxAccessOther->Text = acc; this->tboxAccessOther->Text = acc;

View File

@ -96,7 +96,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
System::String ^access = gcnew System::String(""); System::String ^access = gcnew System::String("");
if( hSrl->IsCommonClientKey ) if( hSrl->IsCommonClientKey )
{ {
access += "commonClientKey. "; access += "CommonClientKey. ";
} }
if( hSrl->IsAesSlotBForES ) if( hSrl->IsAesSlotBForES )
{ {
@ -108,11 +108,11 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
} }
if( hSrl->IsAesSlotBForJpegEnc ) if( hSrl->IsAesSlotBForJpegEnc )
{ {
access += "JpegSign for the Launcher. "; access += "Jpeg Signature for the Launcher.";
} }
if( hSrl->IsAesSlotBForJpegEncUser ) if( hSrl->IsAesSlotBForJpegEncUser )
{ {
access += "JpegSign. "; access += "Jpeg Signature.";
} }
if( hSrl->IsAesSlotAForSSL ) if( hSrl->IsAesSlotAForSSL )
{ {
@ -120,7 +120,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
} }
if( hSrl->IsCommonClientKeyForDebugger ) if( hSrl->IsCommonClientKeyForDebugger )
{ {
access += "commonClientKey(Debugger System Menu). "; access += "CommonClientKey(Debugger System Menu). ";
} }
// 使用ライセンス // 使用ライセンス