Skip to content

Commit 7169a00

Browse files
committed
Set title for the error dialog
1 parent e686cfb commit 7169a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ public class Eddy.MainWindow : Gtk.Window {
429429
}
430430

431431
var dialog = new MessageDialog (_("Some Packages Could Not Be Added"), builder.str, "dialog-warning");
432+
dialog.title = Constants.APP_NAME;
432433
dialog.add_button (_("Close"), 0);
433434
dialog.show_all ();
434435
dialog.run ();

0 commit comments

Comments
 (0)