Skip to content

Commit

Permalink
Set title for the error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
donadigo committed Nov 12, 2017
1 parent e686cfb commit 7169a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ public class Eddy.MainWindow : Gtk.Window {
}

var dialog = new MessageDialog (_("Some Packages Could Not Be Added"), builder.str, "dialog-warning");
dialog.title = Constants.APP_NAME;
dialog.add_button (_("Close"), 0);
dialog.show_all ();
dialog.run ();
Expand Down

0 comments on commit 7169a00

Please sign in to comment.