diff options
author | infirit <[email protected]> | 2015-09-09 11:59:27 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-09 11:59:27 +0200 |
commit | 5abd3119e6072e1b124630594449eb28d265fd9e (patch) | |
tree | 5d79206c1be904543bb64a4865cc896de7a711ae /logview/data | |
parent | aa3a853c9d06d0321e8924cbfbc42c8411f571f5 (diff) | |
download | mate-utils-5abd3119e6072e1b124630594449eb28d265fd9e.tar.bz2 mate-utils-5abd3119e6072e1b124630594449eb28d265fd9e.tar.xz |
Fixup gettext domain in gsettings schemas
Diffstat (limited to 'logview/data')
-rw-r--r-- | logview/data/org.mate.system-log.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logview/data/org.mate.system-log.gschema.xml.in b/logview/data/org.mate.system-log.gschema.xml.in index c4c36f55..4eedfc5f 100644 --- a/logview/data/org.mate.system-log.gschema.xml.in +++ b/logview/data/org.mate.system-log.gschema.xml.in @@ -1,4 +1,4 @@ -<schemalist gettext-domain="mate-utils-2.0"> +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> <schema id="org.mate.system-log" path="/org/mate/system-log/"> <key name="logfile" type="s"> <default>'/var/log/messages'</default> |