summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-15 23:15:23 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-15 23:15:23 +0200
commit9ef5867847bcf8bce7aea5514f58a318359b84af (patch)
tree3ced79439e81575050028f03b76a472ec02ce990
parent43aa226daf2abe7af37d86379b4bf69efbc03f78 (diff)
systemadm: fix window title
-rw-r--r--systemadm.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemadm.vala b/systemadm.vala
index fdc84648dc..d4b760ad1f 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);