diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-10-07 09:13:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-10-07 10:34:50 -0400 |
commit | 74f3d7f6d3349f71a10cfd694718e75fd0ea1a3b (patch) | |
tree | 9772b5b6afeb5968ee406d93b308bbeba7787025 /po | |
parent | ecd384eeb77b2808cdc0fb56c4b795c0c6497b7a (diff) | |
download | gtk+-74f3d7f6d3349f71a10cfd694718e75fd0ea1a3b.tar.gz |
Switch gettext domain from gtk30 to gtk40
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index cc2d602284..d8c4fccdbb 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = gtk30 +DOMAIN = gtk40 # These two variables depend on the location of this directory. subdir = po |