マスタエディタ:マスターROMのみを作成すろときにファイル名を知らせていなかったのバグを修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2501 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nishikawa_takeshi 2008-09-11 14:02:58 +00:00
parent ac45616e74
commit f8295f567a
4 changed files with 7 additions and 0 deletions

View File

@ -6158,6 +6158,13 @@ private: System::Windows::Forms::RadioButton^ rIsNoIcon;
}
}
// 注意書き
{
this->sucMsg(
"提出手順書にしたがい、ROMデータファイル名は \"" + filename + "\"となります。\n" + "\nROMデータファイルを保存するフォルダを選択してください。",
"ROM data file name is \"" + filename + "\".\n" + "\nPlease select a folder in which the ROM data is saved."
);
}
// ダイアログからSRLを保存するディレクトリを取得する
{
System::Windows::Forms::FolderBrowserDialog ^dlg = gcnew (System::Windows::Forms::FolderBrowserDialog);