format patches

This commit is contained in:
zhouganqing 2022-09-26 14:33:44 +08:00
parent 579ca8974c
commit 0387642944
1 changed files with 7 additions and 11 deletions

View File

@ -1,4 +1,3 @@
From eecbdc90642ca124afde7f9548dbc8500cb96907 Mon Sep 17 00:00:00 2001
From: Sven Joachim <svenjoac@gmx.de> From: Sven Joachim <svenjoac@gmx.de>
Date: Mon, 26 Aug 2019 20:21:32 +0200 Date: Mon, 26 Aug 2019 20:21:32 +0200
Subject: [PATCH] Change gettext domainname to 'libcwidget4' Subject: [PATCH] Change gettext domainname to 'libcwidget4'
@ -14,27 +13,24 @@ index 45c398c..df35198 100644
--- a/po/Makevars --- a/po/Makevars
+++ b/po/Makevars +++ b/po/Makevars
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
# Use library package name, to not clash with other versions if several are # Use library package name, to not clash with other versions if several are
# installed at the same time # installed at the same time
-DOMAIN = libcwidget3 -DOMAIN = libcwidget3
+DOMAIN = libcwidget4 +DOMAIN = libcwidget4
# These two variables depend on the location of this directory. # These two variables depend on the location of this directory.
diff --git a/src/cwidget/generic/util/i18n.h b/src/cwidget/generic/util/i18n.h diff --git a/src/cwidget/generic/util/i18n.h b/src/cwidget/generic/util/i18n.h
index 88fb058..66f975e 100644 index 88fb058..66f975e 100644
--- a/src/cwidget/generic/util/i18n.h --- a/src/cwidget/generic/util/i18n.h
+++ b/src/cwidget/generic/util/i18n.h +++ b/src/cwidget/generic/util/i18n.h
@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
// i18n definitions // i18n definitions
-#define CWIDGET_DOMAIN "libcwidget3" -#define CWIDGET_DOMAIN "libcwidget3"
+#define CWIDGET_DOMAIN "libcwidget4" +#define CWIDGET_DOMAIN "libcwidget4"
#ifdef HAVE_LOCALE_H #ifdef HAVE_LOCALE_H
--
2.23.0