diff options
author | Wu Xiaotian <[email protected]> | 2019-06-18 21:25:12 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-23 16:51:20 +0200 |
commit | c436dbdbd09ce0db5dd3c86f015621ebf56626f0 (patch) | |
tree | 7c42ed683d01cbe944dac9ec48f5f582f1e843d8 /capplets/time-admin/src/time-zone.c | |
parent | 50e94dbf3140a45cd54b5b6b58e063f9e131dac1 (diff) | |
download | mate-control-center-c436dbdbd09ce0db5dd3c86f015621ebf56626f0.tar.bz2 mate-control-center-c436dbdbd09ce0db5dd3c86f015621ebf56626f0.tar.xz |
use theme's icon preferences-system-time
Diffstat (limited to 'capplets/time-admin/src/time-zone.c')
-rw-r--r-- | capplets/time-admin/src/time-zone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/time-admin/src/time-zone.c b/capplets/time-admin/src/time-zone.c index e4782d97..0523b799 100644 --- a/capplets/time-admin/src/time-zone.c +++ b/capplets/time-admin/src/time-zone.c @@ -445,6 +445,7 @@ void SetupTimezoneDialog(TimeAdmin *ta) NULL, NULL); gtk_window_set_default_size (GTK_WINDOW (ta->dialog), 730, 520); + gtk_window_set_icon_name (GTK_WINDOW(ta->dialog), "preferences-system-time"); ta->TZclose = DialogAddButtonWithIconName(GTK_DIALOG(ta->dialog), _("Close"), |