[gtk+/open-with-dialog] Using italics here actually introduces more visual clutter than anything
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/open-with-dialog] Using italics here actually introduces more visual clutter than anything
- Date: Fri, 19 Nov 2010 00:16:28 +0000 (UTC)
commit 61f4564b08c60b2afa50fc8060a62579c269d574
Author: William Jon McCann <jmccann redhat com>
Date: Thu Nov 18 18:16:08 2010 -0500
Using italics here actually introduces more visual clutter than anything
gtk/gtkopenwithwidget.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c
index 89d2779..e641a47 100644
--- a/gtk/gtkopenwithwidget.c
+++ b/gtk/gtkopenwithwidget.c
@@ -524,7 +524,7 @@ gtk_open_with_widget_add_section (GtkOpenWithWidget *self,
heading_added = TRUE;
}
- app_string = g_strdup_printf ("<b>%s</b>\n<i>%s</i>",
+ app_string = g_strdup_printf ("<b>%s</b>\n%s",
g_app_info_get_display_name (app) != NULL ?
g_app_info_get_display_name (app) : "",
g_app_info_get_description (app) != NULL ?
@@ -569,7 +569,7 @@ add_no_applications_label (GtkOpenWithWidget *self)
string2 = g_strdup_printf (_("No applications available to open \"%s\""),
desc);
- string = g_strdup_printf ("<big><b>%s</b></big>\n<i>%s</i>",
+ string = g_strdup_printf ("<big><b>%s</b></big>\n%s",
string2,
_("Click \"Show other applications\" for more options"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]