[easytag/wip/unstable: 17/56] Use the Unicode multiplication sign for dimensions



commit 6f21ee4080bd31ad533734bc2d6f2a687b246706
Author: David King <amigadave amigadave com>
Date:   Sun Apr 7 11:09:44 2013 +0100

    Use the Unicode multiplication sign for dimensions

 src/picture.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/picture.c b/src/picture.c
index 8e5468a..a49fb8d 100644
--- a/src/picture.c
+++ b/src/picture.c
@@ -865,7 +865,7 @@ Picture_Info (Picture *pic)
     {
         case MP4_TAG:
         {
-            g_string_printf(s, "%s (%s - %dx%d %s)\n%s: %s",
+            g_string_printf (s, "%s (%s - %d×%d %s)\n%s: %s",
                              format,
                              size_str,
                              pic->width, pic->height, _("pixels"),
@@ -876,7 +876,7 @@ Picture_Info (Picture *pic)
         // Other tag types
         default:
         {
-            g_string_printf(s, "%s (%s - %dx%d %s)\n%s: %s\n%s: %s",
+            g_string_printf (s, "%s (%s - %d×%d %s)\n%s: %s\n%s: %s",
                              format,
                              size_str,
                              pic->width, pic->height, _("pixels"),


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