mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:提出確認書に記述される文字列も"Jpeg Signature"に変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@241 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
651c7af17b
commit
ae949ceacf
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -175,7 +175,7 @@ void Form1::setSrlForms(void)
|
||||
System::String ^acc = gcnew System::String("");
|
||||
if( this->hSrl->IsCommonClientKey == true )
|
||||
{
|
||||
acc += "commonClientKey.\r\n";
|
||||
acc += "CommonClientKey.\r\n";
|
||||
}
|
||||
if( this->hSrl->IsAesSlotBForES == true )
|
||||
{
|
||||
@ -199,7 +199,7 @@ void Form1::setSrlForms(void)
|
||||
}
|
||||
if( this->hSrl->IsCommonClientKeyForDebugger == true )
|
||||
{
|
||||
acc += "commonClientKey(Debugger System Menu).\r\n";
|
||||
acc += "CommonClientKey(Debugger System Menu).\r\n";
|
||||
}
|
||||
this->tboxAccessOther->Text = acc;
|
||||
|
||||
|
||||
@ -96,7 +96,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
|
||||
System::String ^access = gcnew System::String("");
|
||||
if( hSrl->IsCommonClientKey )
|
||||
{
|
||||
access += "commonClientKey. ";
|
||||
access += "CommonClientKey. ";
|
||||
}
|
||||
if( hSrl->IsAesSlotBForES )
|
||||
{
|
||||
@ -108,11 +108,11 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
|
||||
}
|
||||
if( hSrl->IsAesSlotBForJpegEnc )
|
||||
{
|
||||
access += "JpegSign for the Launcher. ";
|
||||
access += "Jpeg Signature for the Launcher.";
|
||||
}
|
||||
if( hSrl->IsAesSlotBForJpegEncUser )
|
||||
{
|
||||
access += "JpegSign. ";
|
||||
access += "Jpeg Signature.";
|
||||
}
|
||||
if( hSrl->IsAesSlotAForSSL )
|
||||
{
|
||||
@ -120,7 +120,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
|
||||
}
|
||||
if( hSrl->IsCommonClientKeyForDebugger )
|
||||
{
|
||||
access += "commonClientKey(Debugger System Menu). ";
|
||||
access += "CommonClientKey(Debugger System Menu). ";
|
||||
}
|
||||
|
||||
// 使用ライセンス
|
||||
|
||||
Loading…
Reference in New Issue
Block a user