mirror of https://gitee.com/openkylin/cwidget.git
[PATCH] Change gettext domainname to 'libcwidget4'
This accommodates the domain to the changed SONAME. Gbp-Pq: Name 0001-Change-gettext-domainname-to-libcwidget4-1.patch
This commit is contained in:
parent
579ca8974c
commit
51449bc7c5
|
@ -5,7 +5,7 @@
|
|||
|
||||
# Use library package name, to not clash with other versions if several are
|
||||
# installed at the same time
|
||||
DOMAIN = libcwidget3
|
||||
DOMAIN = libcwidget4
|
||||
|
||||
|
||||
# These two variables depend on the location of this directory.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
// i18n definitions
|
||||
|
||||
#define CWIDGET_DOMAIN "libcwidget3"
|
||||
#define CWIDGET_DOMAIN "libcwidget4"
|
||||
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
|
|
Loading…
Reference in New Issue