マスタエディタ:バックアップメモリの最初のitemを提出確認書に記載できなかったバグを修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@159 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-01-30 07:36:41 +00:00
parent 3723141015
commit 506b7288c7
4 changed files with 1 additions and 8 deletions

View File

@ -193,14 +193,7 @@ void Form1::setDeliverableProperties(void)
// バックアップメモリはROMヘッダには記述されないので提出確認書にのみ記載
if( this->combBackup->SelectedIndex != (this->combBackup->Items->Count - 1) )
{
if( this->combBackup->SelectedIndex > 0 )
{
this->hDeliv->hBackupMemory = this->combBackup->SelectedItem->ToString();
}
else
{
this->hDeliv->hBackupMemory = gcnew System::String("");
}
this->hDeliv->hBackupMemory = this->combBackup->SelectedItem->ToString();
}
else
{