diff options
author | Stefano Karapetsas <[email protected]> | 2013-09-03 05:00:05 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-09-03 05:00:05 -0700 |
commit | 1751c8b4186949ade61f40071e00d392b3e3fcd8 (patch) | |
tree | 360a2a0cc3e8a8e6e424554b7481197205c0678f | |
parent | 7e4e13ed1ce1e2e9ab31f99c9a80281160121156 (diff) | |
parent | 50f447906b5bef72909c999ba1c5916e16af8dae (diff) | |
download | mate-control-center-1751c8b4186949ade61f40071e00d392b3e3fcd8.tar.bz2 mate-control-center-1751c8b4186949ade61f40071e00d392b3e3fcd8.tar.xz |
Merge pull request #68 from romovs/master
fixed action associated filename.
-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> |