mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
systemadm: fix window title
This commit is contained in:
parent
43aa226daf
commit
9ef5867847
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user