Skip to content

Commit affe62e

Browse files
committed
Change message icon
1 parent 51fdc8e commit affe62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PasteIntoFile/frmMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ string save()
154154
if (File.Exists(file))
155155
{
156156
var result = MessageBox.Show(string.Format(Resources.str_file_exists, file), Resources.str_main_window_title,
157-
MessageBoxButtons.YesNo, MessageBoxIcon.Error);
157+
MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
158158
if (result != DialogResult.Yes)
159159
{
160160
return null;

0 commit comments

Comments
 (0)