[gegl] denoise-dct: set patch-size enum values to start with a non digit character
- From: Thomas Manni <tmanni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] denoise-dct: set patch-size enum values to start with a non digit character
- Date: Thu, 14 Apr 2022 06:10:23 +0000 (UTC)
commit d9bf483c4eb0943af814e3708699b8c62f8e5049
Author: Thomas Manni <thomas manni free fr>
Date: Thu Apr 14 08:07:32 2022 +0200
denoise-dct: set patch-size enum values to start with a non digit character
operations/common-cxx/denoise-dct.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common-cxx/denoise-dct.cc b/operations/common-cxx/denoise-dct.cc
index b44bfae10..739c0bce6 100644
--- a/operations/common-cxx/denoise-dct.cc
+++ b/operations/common-cxx/denoise-dct.cc
@@ -26,8 +26,8 @@
#ifdef GEGL_PROPERTIES
enum_start (gegl_denoise_dct_patchsize)
- enum_value (GEGL_DENOISE_DCT_8X8, "8x8", "8x8")
- enum_value (GEGL_DENOISE_DCT_16X16, "16x16", "16x16")
+ enum_value (GEGL_DENOISE_DCT_8X8, "size8x8", "8x8")
+ enum_value (GEGL_DENOISE_DCT_16X16, "size16x16", "16x16")
enum_end (GeglDenoiseDctPatchsize)
property_enum (patch_size, _("Patch size"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]