From 9ef5867847bcf8bce7aea5514f58a318359b84af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 15 May 2010 23:15:23 +0200 Subject: [PATCH] systemadm: fix window title --- systemadm.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemadm.vala b/systemadm.vala index fdc8464..d4b760a 100644 --- a/systemadm.vala +++ b/systemadm.vala @@ -92,7 +92,7 @@ public class MainWindow : Window { private ComboBox unit_type_combo_box; public MainWindow() throws DBus.Error { - title = "systemdadm"; + title = "systemadm"; position = WindowPosition.CENTER; set_default_size(1000, 700); set_border_width(12); -- 2.7.4