[gimp/gimp-2-10] app: call the standard font "Standard" not "Sans-serif"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: call the standard font "Standard" not "Sans-serif"
- Date: Mon, 4 Jun 2018 00:36:11 +0000 (UTC)
commit 82e5ce5dcd9aad4674955b669fd5bb959f001184
Author: Michael Natterer <mitch gimp org>
Date: Sun Jun 3 23:13:55 2018 +0200
app: call the standard font "Standard" not "Sans-serif"
Sans-serif is also an actual font from the list and the standard font
is being used when there is really no font at all.
(cherry picked from commit 6b5fd2794327a5b3361e5e49f3ab831ee12d15c8)
app/text/gimpfont.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
index be34db91ae..4cfefd34eb 100644
--- a/app/text/gimpfont.c
+++ b/app/text/gimpfont.c
@@ -334,7 +334,7 @@ gimp_font_get_standard (void)
if (! standard_font)
{
standard_font = g_object_new (GIMP_TYPE_FONT,
- "name", "Sans-serif",
+ "name", "Standard",
NULL);
gimp_data_clean (standard_font);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]