[gnome-system-monitor] Add gettext domain to schema file
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Add gettext domain to schema file
- Date: Mon, 26 Aug 2013 18:05:59 +0000 (UTC)
commit 546888d2c153f370b24daee489fa5a7c48ad6005
Author: Stefano Facchini <stefano facchini gmail com>
Date: Mon Aug 26 20:03:37 2013 +0200
Add gettext domain to schema file
So the translations will appear in dconf-editor :)
configure.ac | 1 +
...g.gnome.gnome-system-monitor.gschema.xml.in.in} | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5ba0e8f..d24b342 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ AC_CONFIG_FILES([
Makefile
scripts/Makefile
src/Makefile
+src/org.gnome.gnome-system-monitor.gschema.xml.in
po/Makefile.in
help/Makefile
gnome-system-monitor.desktop.in
diff --git a/src/org.gnome.gnome-system-monitor.gschema.xml.in
b/src/org.gnome.gnome-system-monitor.gschema.xml.in.in
similarity index 99%
rename from src/org.gnome.gnome-system-monitor.gschema.xml.in
rename to src/org.gnome.gnome-system-monitor.gschema.xml.in.in
index 507814e..99e099d 100644
--- a/src/org.gnome.gnome-system-monitor.gschema.xml.in
+++ b/src/org.gnome.gnome-system-monitor.gschema.xml.in.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.gnome.gnome-system-monitor" path="/org/gnome/gnome-system-monitor/">
<key name="window-state" type="(iiii)">
<default>(700, 500, 50, 50)</default>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]