summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/validate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/validate.c b/src/validate.c
index bd31fd5..d414a53 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -366,8 +366,9 @@ static DesktopKeyDefinition registered_action_keys[] = {
{ DESKTOP_STRING_TYPE, "Exec", TRUE, FALSE, FALSE, handle_exec_key }
};
+/* This should be the same list as in xdg-specs/menu/menu-spec.xml */
static const char *show_in_registered[] = {
- "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "Cinnamon", "EDE", "Old"
+ "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", "XFCE", "EDE", "Cinnamon", "Pantheon", "Old"
};
static struct {