Skip to content

Commit

Permalink
Use a warning icon when warning about unsaved files.
Browse files Browse the repository at this point in the history
[Fixes bug #671473]
  • Loading branch information
jpobst committed Nov 5, 2010
1 parent c63403c commit 30d7a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinta/DialogHandlers.cs
Expand Up @@ -145,7 +145,7 @@ private void HandlePintaCoreActionsFileCloseActivated (object sender, EventArgs
var message = string.Format (markup, primary, secondary);

var md = new MessageDialog (PintaCore.Chrome.MainWindow, DialogFlags.Modal,
MessageType.Question, ButtonsType.None, true,
MessageType.Warning, ButtonsType.None, true,
message, System.IO.Path.GetFileName (PintaCore.Workspace.ActiveDocument.Filename));

md.AddButton (Catalog.GetString ("Close without saving"), ResponseType.No);
Expand Down

0 comments on commit 30d7a70

Please sign in to comment.