We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686cfb commit 7169a00Copy full SHA for 7169a00
src/MainWindow.vala
@@ -429,6 +429,7 @@ public class Eddy.MainWindow : Gtk.Window {
429
}
430
431
var dialog = new MessageDialog (_("Some Packages Could Not Be Added"), builder.str, "dialog-warning");
432
+ dialog.title = Constants.APP_NAME;
433
dialog.add_button (_("Close"), 0);
434
dialog.show_all ();
435
dialog.run ();
0 commit comments