diff options
author | raveit65 <[email protected]> | 2013-10-06 18:48:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-06 18:48:08 +0200 |
commit | d86ffd7c08e8cb440bc5133fbc17688ef06a91ed (patch) | |
tree | 7a4323412e60d52995d628d2504dcdf2184492d1 | |
parent | db06e0af97a338992db45656f2ca9cd4a30abfe6 (diff) | |
download | mate-control-center-d86ffd7c08e8cb440bc5133fbc17688ef06a91ed.tar.bz2 mate-control-center-d86ffd7c08e8cb440bc5133fbc17688ef06a91ed.tar.xz |
using mate-default-applications-properties.desktop im gsettings schema
-rw-r--r-- | org.mate.control-center.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.mate.control-center.gschema.xml.in.in b/org.mate.control-center.gschema.xml.in.in index 7b446a24..d50958f2 100644 --- a/org.mate.control-center.gschema.xml.in.in +++ b/org.mate.control-center.gschema.xml.in.in @@ -2,7 +2,7 @@ <schema id="org.mate.control-center" path="/org/mate/control-center/"> <child name="appearance" schema="org.mate.control-center.appearance" /> <key name="cc-actions-list" type="as"> - <_default l10n="messages">[ 'Change Theme;mate-appearance-properties.desktop', 'Set Preferred Applications;default-applications.desktop' ]</_default> + <_default l10n="messages">[ 'Change Theme;mate-appearance-properties.desktop', 'Set Preferred Applications;mate-default-applications-properties.desktop' ]</_default> <_summary>Task names and associated .desktop files</_summary> <_description>The task name to be displayed in the control-center followed by a ";" separator then the filename of an associated .desktop file to launch for that task.</_description> </key> |