X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=systemadm.vala;h=d4b760ad1f0e7cb70b6e621077dd941947170ad1;hb=8bfcc8ea65e29b1ebcd3d0fff600fe1638a85ec7;hp=fdc84648dc2cb1108ee214f5b1d761274b918c22;hpb=e6be8af492e8db1cd5e23595554b6c642f1b8138;p=elogind.git diff --git a/systemadm.vala b/systemadm.vala index fdc84648d..d4b760ad1 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);