summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-09-03 05:00:05 -0700
committerStefano Karapetsas <[email protected]>2013-09-03 05:00:05 -0700
commit1751c8b4186949ade61f40071e00d392b3e3fcd8 (patch)
tree360a2a0cc3e8a8e6e424554b7481197205c0678f
parent7e4e13ed1ce1e2e9ab31f99c9a80281160121156 (diff)
parent50f447906b5bef72909c999ba1c5916e16af8dae (diff)
downloadmate-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.in2
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>