[gimp/meson: 2/9] Fix encoding...



commit e18edea1ce41605139c9dd12ae0e680a4bdaaa9b
Author: Félix Piédallu <felix piedallu me>
Date:   Mon Jan 8 15:08:26 2018 +0100

    Fix encoding...

 app/display/gimpdisplayshell-title.c |    4 ++--
 build/windows/gimp-plug-ins.rc.in    |    2 +-
 build/windows/gimp.rc.in             |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-title.c b/app/display/gimpdisplayshell-title.c
index c528ba9..4fe5c6f 100644
--- a/app/display/gimpdisplayshell-title.c
+++ b/app/display/gimpdisplayshell-title.c
@@ -515,8 +515,8 @@ gimp_display_shell_format_title (GimpDisplayShell *shell,
               /* Other cool things to be added:
                * %r = xresolution
                * %R = yresolution
-               * %� = image's fractal dimension
-               * %� = the answer to everything - (implemented)
+               * %ø = image's fractal dimension
+               * %þ = the answer to everything - (implemented)
                */
 
             default:
diff --git a/build/windows/gimp-plug-ins.rc.in b/build/windows/gimp-plug-ins.rc.in
index db132da..d6fbe8d 100644
--- a/build/windows/gimp-plug-ins.rc.in
+++ b/build/windows/gimp-plug-ins.rc.in
@@ -17,7 +17,7 @@
 #define VER_INTERNALNAME_STR        QUOTE(INTERNALNAME_STR)
 #define VER_ORIGINALFILENAME_STR    QUOTE(ORIGINALFILENAME_STR)
 
-#define VER_LEGALCOPYRIGHT_STR      "Copyright � 1995-" GIMP_GIT_LAST_COMMIT_YEAR
+#define VER_LEGALCOPYRIGHT_STR      "Copyright © 1995-" GIMP_GIT_LAST_COMMIT_YEAR
 
 #ifndef DEBUG
 #define VER_DEBUG                   0
diff --git a/build/windows/gimp.rc.in b/build/windows/gimp.rc.in
index 4fc44e8..fd17332 100644
--- a/build/windows/gimp.rc.in
+++ b/build/windows/gimp.rc.in
@@ -18,10 +18,10 @@
 #define VER_INTERNALNAME_STR        QUOTE(INTERNALNAME_STR)
 #define VER_ORIGINALFILENAME_STR    QUOTE(ORIGINALFILENAME_STR)
 
-#define VER_LEGALCOPYRIGHT_STR      "Copyright � 1995-" GIMP_GIT_LAST_COMMIT_YEAR
+#define VER_LEGALCOPYRIGHT_STR      "Copyright © 1995-" GIMP_GIT_LAST_COMMIT_YEAR
 
 #ifndef DEBUG
-#define VER_DEBUG                   0                 
+#define VER_DEBUG                   0
 #else
 #define VER_DEBUG                   VS_FF_DEBUG
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]