diff options
author | romovs <[email protected]> | 2013-08-25 21:15:32 +0300 |
---|---|---|
committer | romovs <[email protected]> | 2013-08-25 21:15:32 +0300 |
commit | 50f447906b5bef72909c999ba1c5916e16af8dae (patch) | |
tree | 3b69aec6896641028a6bf601a21ed858437035e9 /org.mate.control-center.gschema.xml.in.in | |
parent | 2b05d5f5a1cbaebabf6b335d033b66306c14b95e (diff) | |
download | mate-control-center-50f447906b5bef72909c999ba1c5916e16af8dae.tar.bz2 mate-control-center-50f447906b5bef72909c999ba1c5916e16af8dae.tar.xz |
fixed action associated filename.
Diffstat (limited to 'org.mate.control-center.gschema.xml.in.in')
-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> |