mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 21:58:53 +08:00
removed colon from error message.
This commit is contained in:
@@ -851,7 +851,7 @@ namespace GARbro.GUI
|
||||
}
|
||||
catch (Exception X)
|
||||
{
|
||||
PopupError (string.Format("{0}:\n{1}", filename, X.Message), guiStrings.MsgErrorOpening);
|
||||
PopupError (string.Format("{0}\n{1}", filename, X.Message), guiStrings.MsgErrorOpening);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user