diff options
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/computer.c b/modules/computer.c index 45c4502e..e3976e81 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -509,6 +509,7 @@ gchar *callback_os(void) info_field(_("User Name"), computer->os->username), info_field(_("Language"), computer->os->language), info_field(_("Home Directory"), computer->os->homedir), + info_field(_("Desktop Environment"), computer->os->desktop), info_field_last()); info_add_group(info, _("Security"), |