[gtk+/open-with-dialog: 33/53] Using italics here actually introduces more visual clutter than anything



commit 9bbbfe3aa8a344cbad1f2cf3b8747bcc7aaaea19
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]