mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
マスタエディタ:マスターROMのみを作成すろときにファイル名を知らせていなかったのバグを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2501 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ac45616e74
commit
f8295f567a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user