[easytag] Use the Unicode multiplication sign for dimensions
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Use the Unicode multiplication sign for dimensions
- Date: Sun, 7 Apr 2013 10:11:09 +0000 (UTC)
commit 72e769c73f46f9090c01fd1dd87b9c1ac6bacd96
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]